Html Css Color HEX #A38474 Almond Frost

📋 copy color: '#A38474'

red 163 ◦ green 132 ◦ blue 116

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

Shades of Almond Frost #A38474

Tints of Almond Frost #A38474

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.12%

 BLUE value IS 116 (45.7% from 255) = 28.22%

R = 39.66%
G = 32.12%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A38474 (or 0xA38474) is known color: Almond Frost. HEX triplet: A3, 84 and 74. RGB value is (163,132,116). Sum of RGB (Red+Green+Blue) = 163+132+116=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A38474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38474 is #5C7B8B. Grayscale: #8B8B8B. Windows color (decimal): -6060940 or 7636131. OLE color: 7636131.

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

Color convert

RGB 163 132 116 -
CMYK 0 0.19 0.29 0.36
HSL 20.43º 0.2% 0.55% -
HSV(B) 20.43º 0.29% 0.64% -
XYZ 26.51 25.55 20.06 -
YUV 139.45 114.77 144.8 -
System Red Green Blue C M Y K H S L
Decimal 163 132 116 0 0.19 0.29 0.36 20.43 0.2 0.55
Hex A3 84 74 0 13 1D 24 14 14 37
Octal 243 204 164 0 23 35 44 24 24 67
Binary 10100011 10000100 1110100 0 10011 11101 100100 10100 10100 110111

Color Harmonies of #A38474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38474

Black with #A38474

Text Example


Text Example

White with #A38474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38474; }

 p { color: rgb(163,132,116); }

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

background-color css

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

 a { background-color: rgb(163,132,116); }

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

border-color css

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

 span { border-color: rgb(163,132,116); }

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