Html Css Color HEX #A59472 Pale Oyster

📋 copy color: '#A59472'

red 165 ◦ green 148 ◦ blue 114

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

Shades of Pale Oyster #A59472

Tints of Pale Oyster #A59472

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.66%

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

R = 38.64%
G = 34.66%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A59472 (or 0xA59472) is known color: Pale Oyster. HEX triplet: A5, 94 and 72. RGB value is (165,148,114). Sum of RGB (Red+Green+Blue) = 165+148+114=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 165 - color contains mainly: red. Hex color #A59472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59472 is #5A6B8D. Grayscale: #959595. Windows color (decimal): -5925774 or 7509157. OLE color: 7509157.

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

Color convert

RGB 165 148 114 -
CMYK 0 0.10 0.31 0.35
HSL 40º 0.22% 0.55% -
HSV(B) 40º 0.31% 0.65% -
XYZ 29.14 30.39 20.25 -
YUV 149.21 108.13 139.26 -
System Red Green Blue C M Y K H S L
Decimal 165 148 114 0 0.10 0.31 0.35 40 0.22 0.55
Hex A5 94 72 0 A 1F 23 28 16 37
Octal 245 224 162 0 12 37 43 50 26 67
Binary 10100101 10010100 1110010 0 1010 11111 100011 101000 10110 110111

Color Harmonies of #A59472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59472

Black with #A59472

Text Example


Text Example

White with #A59472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59472; }

 p { color: rgb(165,148,114); }

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

background-color css

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

 a { background-color: rgb(165,148,114); }

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

border-color css

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

 span { border-color: rgb(165,148,114); }

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