Html Css Color HEX #A38672 Almond Frost

📋 copy color: '#A38672'

red 163 ◦ green 134 ◦ blue 114

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

Shades of Almond Frost #A38672

Tints of Almond Frost #A38672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.6%

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

R = 39.66%
G = 32.6%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A38672 (or 0xA38672) is known color: Almond Frost. HEX triplet: A3, 86 and 72. RGB value is (163,134,114). Sum of RGB (Red+Green+Blue) = 163+134+114=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A38672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38672 is #5C798D. Grayscale: #8C8C8C. Windows color (decimal): -6060430 or 7505571. OLE color: 7505571.

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

Color convert

RGB 163 134 114 -
CMYK 0 0.18 0.30 0.36
HSL 24.49º 0.21% 0.54% -
HSV(B) 24.49º 0.3% 0.64% -
XYZ 26.67 26.05 19.54 -
YUV 140.39 113.11 144.13 -
System Red Green Blue C M Y K H S L
Decimal 163 134 114 0 0.18 0.30 0.36 24.49 0.21 0.54
Hex A3 86 72 0 12 1E 24 18 15 36
Octal 243 206 162 0 22 36 44 30 25 66
Binary 10100011 10000110 1110010 0 10010 11110 100100 11000 10101 110110

Color Harmonies of #A38672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38672

Black with #A38672

Text Example


Text Example

White with #A38672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38672; }

 p { color: rgb(163,134,114); }

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

background-color css

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

 a { background-color: rgb(163,134,114); }

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

border-color css

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

 span { border-color: rgb(163,134,114); }

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