Html Css Color HEX #A08E62 Pale Oyster

📋 copy color: '#A08E62'

red 160 ◦ green 142 ◦ blue 98

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

Shades of Pale Oyster #A08E62

Tints of Pale Oyster #A08E62

RGB

 RED value IS 160 (62.89% from 255) = 40%

 GREEN value IS 142 (55.86% from 255) = 35.5%

 BLUE value IS 98 (38.67% from 255) = 24.5%

R = 40%
G = 35.5%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A08E62 (or 0xA08E62) is known color: Pale Oyster. HEX triplet: A0, 8E and 62. RGB value is (160,142,98). Sum of RGB (Red+Green+Blue) = 160+142+98=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08E62 is #5F719D. Grayscale: #8E8E8E. Windows color (decimal): -6255006 or 6459040. OLE color: 6459040.

HSL color Cylindrical-coordinate representation of color #A08E62: hue angle of 42.58º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A08E62 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 142 98 -
CMYK 0 0.11 0.39 0.37
HSL 42.58º 0.25% 0.51% -
HSV(B) 42.58º 0.39% 0.63% -
XYZ 26.37 27.7 15.51 -
YUV 142.37 102.96 140.58 -
System Red Green Blue C M Y K H S L
Decimal 160 142 98 0 0.11 0.39 0.37 42.58 0.25 0.51
Hex A0 8E 62 0 B 27 25 2B 19 33
Octal 240 216 142 0 13 47 45 53 31 63
Binary 10100000 10001110 1100010 0 1011 100111 100101 101011 11001 110011

Color Harmonies of #A08E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08E62

Black with #A08E62

Text Example


Text Example

White with #A08E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08E62; }

 p { color: rgb(160,142,98); }

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

background-color css

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

 a { background-color: rgb(160,142,98); }

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

border-color css

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

 span { border-color: rgb(160,142,98); }

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