Html Css Color HEX #A28F71 Pale Oyster

📋 copy color: '#A28F71'

red 162 ◦ green 143 ◦ blue 113

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

Shades of Pale Oyster #A28F71

Tints of Pale Oyster #A28F71

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.21%

 BLUE value IS 113 (44.53% from 255) = 27.03%

R = 38.76%
G = 34.21%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A28F71 (or 0xA28F71) is known color: Pale Oyster. HEX triplet: A2, 8F and 71. RGB value is (162,143,113). Sum of RGB (Red+Green+Blue) = 162+143+113=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28F71 is #5D708E. Grayscale: #919191. Windows color (decimal): -6123663 or 7442338. OLE color: 7442338.

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

Color convert

RGB 162 143 113 -
CMYK 0 0.12 0.30 0.36
HSL 36.73º 0.21% 0.54% -
HSV(B) 36.73º 0.3% 0.64% -
XYZ 27.7 28.52 19.67 -
YUV 145.26 109.79 139.94 -
System Red Green Blue C M Y K H S L
Decimal 162 143 113 0 0.12 0.30 0.36 36.73 0.21 0.54
Hex A2 8F 71 0 C 1E 24 25 15 36
Octal 242 217 161 0 14 36 44 45 25 66
Binary 10100010 10001111 1110001 0 1100 11110 100100 100101 10101 110110

Color Harmonies of #A28F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28F71

Black with #A28F71

Text Example


Text Example

White with #A28F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28F71; }

 p { color: rgb(162,143,113); }

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

background-color css

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

 a { background-color: rgb(162,143,113); }

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

border-color css

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

 span { border-color: rgb(162,143,113); }

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