Html Css Color HEX #A38374 Almond Frost

📋 copy color: '#A38374'

red 163 ◦ green 131 ◦ blue 116

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

Shades of Almond Frost #A38374

Tints of Almond Frost #A38374

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.95%

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

R = 39.76%
G = 31.95%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A38374 (or 0xA38374) is known color: Almond Frost. HEX triplet: A3, 83 and 74. RGB value is (163,131,116). Sum of RGB (Red+Green+Blue) = 163+131+116=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 163 - color contains mainly: red. Hex color #A38374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38374 is #5C7C8B. Grayscale: #8A8A8A. Windows color (decimal): -6061196 or 7635875. OLE color: 7635875.

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

Color convert

RGB 163 131 116 -
CMYK 0 0.20 0.29 0.36
HSL 19.15º 0.2% 0.55% -
HSV(B) 19.15º 0.29% 0.64% -
XYZ 26.37 25.28 20.01 -
YUV 138.86 115.1 145.22 -
System Red Green Blue C M Y K H S L
Decimal 163 131 116 0 0.20 0.29 0.36 19.15 0.2 0.55
Hex A3 83 74 0 14 1D 24 13 14 37
Octal 243 203 164 0 24 35 44 23 24 67
Binary 10100011 10000011 1110100 0 10100 11101 100100 10011 10100 110111

Color Harmonies of #A38374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38374

Black with #A38374

Text Example


Text Example

White with #A38374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38374; }

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

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

background-color css

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

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

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

border-color css

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

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

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