Html Css Color HEX #A38877 Almond Frost

📋 copy color: '#A38877'

red 163 ◦ green 136 ◦ blue 119

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

Shades of Almond Frost #A38877

Tints of Almond Frost #A38877

RGB

 RED value IS 163 (64.06% from 255) = 39%

 GREEN value IS 136 (53.52% from 255) = 32.54%

 BLUE value IS 119 (46.88% from 255) = 28.47%

R = 39%
G = 32.54%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A38877 (or 0xA38877) is known color: Almond Frost. HEX triplet: A3, 88 and 77. RGB value is (163,136,119). Sum of RGB (Red+Green+Blue) = 163+136+119=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 163 - color contains mainly: red. Hex color #A38877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38877 is #5C7788. Grayscale: #8E8E8E. Windows color (decimal): -6059913 or 7833763. OLE color: 7833763.

HSL color Cylindrical-coordinate representation of color #A38877: hue angle of 23.18º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A38877 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 136 119 -
CMYK 0 0.17 0.27 0.36
HSL 23.18º 0.19% 0.55% -
HSV(B) 23.18º 0.27% 0.64% -
XYZ 27.24 26.73 21.18 -
YUV 142.14 114.95 142.88 -
System Red Green Blue C M Y K H S L
Decimal 163 136 119 0 0.17 0.27 0.36 23.18 0.19 0.55
Hex A3 88 77 0 11 1B 24 17 13 37
Octal 243 210 167 0 21 33 44 27 23 67
Binary 10100011 10001000 1110111 0 10001 11011 100100 10111 10011 110111

Color Harmonies of #A38877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38877

Black with #A38877

Text Example


Text Example

White with #A38877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38877; }

 p { color: rgb(163,136,119); }

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

background-color css

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

 a { background-color: rgb(163,136,119); }

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

border-color css

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

 span { border-color: rgb(163,136,119); }

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