Html Css Color HEX #A08C62 Pale Oyster

📋 copy color: '#A08C62'

red 160 ◦ green 140 ◦ blue 98

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

Shades of Pale Oyster #A08C62

Tints of Pale Oyster #A08C62

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.18%

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

R = 40.2%
G = 35.18%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A08C62 (or 0xA08C62) is known color: Pale Oyster. HEX triplet: A0, 8C and 62. RGB value is (160,140,98). Sum of RGB (Red+Green+Blue) = 160+140+98=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08C62 is #5F739D. Grayscale: #8D8D8D. Windows color (decimal): -6255518 or 6458528. OLE color: 6458528.

HSL color Cylindrical-coordinate representation of color #A08C62: hue angle of 40.65º 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 #A08C62 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 140 98 -
CMYK 0 0.12 0.39 0.37
HSL 40.65º 0.25% 0.51% -
HSV(B) 40.65º 0.39% 0.63% -
XYZ 26.08 27.11 15.41 -
YUV 141.19 103.63 141.42 -
System Red Green Blue C M Y K H S L
Decimal 160 140 98 0 0.12 0.39 0.37 40.65 0.25 0.51
Hex A0 8C 62 0 C 27 25 29 19 33
Octal 240 214 142 0 14 47 45 51 31 63
Binary 10100000 10001100 1100010 0 1100 100111 100101 101001 11001 110011

Color Harmonies of #A08C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08C62

Black with #A08C62

Text Example


Text Example

White with #A08C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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