Html Css Color HEX #A5936F Pale Oyster

📋 copy color: '#A5936F'

red 165 ◦ green 147 ◦ blue 111

#A5936F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Oyster #A5936F

Tints of Pale Oyster #A5936F

RGB

 RED value IS 165 (64.84% from 255) = 39.01%

 GREEN value IS 147 (57.81% from 255) = 34.75%

 BLUE value IS 111 (43.75% from 255) = 26.24%

R = 39.01%
G = 34.75%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A5936F (or 0xA5936F) is known color: Pale Oyster. HEX triplet: A5, 93 and 6F. RGB value is (165,147,111). Sum of RGB (Red+Green+Blue) = 165+147+111=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A5936F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5936F is #5A6C90. Grayscale: #949494. Windows color (decimal): -5926033 or 7312293. OLE color: 7312293.

HSL color Cylindrical-coordinate representation of color #A5936F: hue angle of 40º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5936F is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 147 111 -
CMYK 0 0.11 0.33 0.35
HSL 40º 0.23% 0.54% -
HSV(B) 40º 0.33% 0.65% -
XYZ 28.82 30.01 19.31 -
YUV 148.28 106.96 139.93 -
System Red Green Blue C M Y K H S L
Decimal 165 147 111 0 0.11 0.33 0.35 40 0.23 0.54
Hex A5 93 6F 0 B 21 23 28 17 36
Octal 245 223 157 0 13 41 43 50 27 66
Binary 10100101 10010011 1101111 0 1011 100001 100011 101000 10111 110110

Color Harmonies of #A5936F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5936F

Black with #A5936F

Text Example


Text Example

White with #A5936F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5936F; }

 p { color: rgb(165,147,111); }

 H1.HeaderClassName
 {
   color: #A5936F;
 }
 .AnyTagClassName
 {
   color: #A5936F;
 }
</style>

background-color css

<style>
 a { background-color: #A5936F; }

 a { background-color: rgb(165,147,111); }

 div.DivClassName
 {
   background-color: #A5936F;
 }
 .BgClassName
 {
   background-color: #A5936F;
 }
</style>

border-color css

<style>
 span { border-color: #A5936F; }

 span { border-color: rgb(165,147,111); }

 td.TdClassName
 {
   border-color: #A5936F;
 }
 .TagClassName
 {
   border-color: #A5936F;
 }
</style>