Html Css Color HEX #A29072 Pale Oyster

📋 copy color: '#A29072'

red 162 ◦ green 144 ◦ blue 114

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

Shades of Pale Oyster #A29072

Tints of Pale Oyster #A29072

RGB

 RED value IS 162 (63.67% from 255) = 38.57%

 GREEN value IS 144 (56.64% from 255) = 34.29%

 BLUE value IS 114 (44.92% from 255) = 27.14%

R = 38.57%
G = 34.29%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A29072 (or 0xA29072) is known color: Pale Oyster. HEX triplet: A2, 90 and 72. RGB value is (162,144,114). Sum of RGB (Red+Green+Blue) = 162+144+114=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 162 - color contains mainly: red. Hex color #A29072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29072 is #5D6F8D. Grayscale: #929292. Windows color (decimal): -6123406 or 7508130. OLE color: 7508130.

HSL color Cylindrical-coordinate representation of color #A29072: hue angle of 37.5º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A29072 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 144 114 -
CMYK 0 0.11 0.30 0.36
HSL 37.5º 0.21% 0.54% -
HSV(B) 37.5º 0.3% 0.64% -
XYZ 27.91 28.84 20.02 -
YUV 145.96 109.96 139.44 -
System Red Green Blue C M Y K H S L
Decimal 162 144 114 0 0.11 0.30 0.36 37.5 0.21 0.54
Hex A2 90 72 0 B 1E 24 26 15 36
Octal 242 220 162 0 13 36 44 46 25 66
Binary 10100010 10010000 1110010 0 1011 11110 100100 100110 10101 110110

Color Harmonies of #A29072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29072

Black with #A29072

Text Example


Text Example

White with #A29072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29072; }

 p { color: rgb(162,144,114); }

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

background-color css

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

 a { background-color: rgb(162,144,114); }

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

border-color css

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

 span { border-color: rgb(162,144,114); }

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