Html Css Color HEX #A38C7F Almond Frost

📋 copy color: '#A38C7F'

red 163 ◦ green 140 ◦ blue 127

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

Shades of Almond Frost #A38C7F

Tints of Almond Frost #A38C7F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.56%

 BLUE value IS 127 (50% from 255) = 29.53%

R = 37.91%
G = 32.56%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A38C7F (or 0xA38C7F) is known color: Almond Frost. HEX triplet: A3, 8C and 7F. RGB value is (163,140,127). Sum of RGB (Red+Green+Blue) = 163+140+127=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38C7F is #5C7380. Grayscale: #919191. Windows color (decimal): -6058881 or 8359075. OLE color: 8359075.

HSL color Cylindrical-coordinate representation of color #A38C7F: hue angle of 21.67º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A38C7F is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 140 127 -
CMYK 0 0.14 0.22 0.36
HSL 21.67º 0.16% 0.57% -
HSV(B) 21.67º 0.22% 0.64% -
XYZ 28.31 28.08 24.01 -
YUV 145.4 117.62 140.56 -
System Red Green Blue C M Y K H S L
Decimal 163 140 127 0 0.14 0.22 0.36 21.67 0.16 0.57
Hex A3 8C 7F 0 E 16 24 16 10 39
Octal 243 214 177 0 16 26 44 26 20 71
Binary 10100011 10001100 1111111 0 1110 10110 100100 10110 10000 111001

Color Harmonies of #A38C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38C7F

Black with #A38C7F

Text Example


Text Example

White with #A38C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38C7F; }

 p { color: rgb(163,140,127); }

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

background-color css

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

 a { background-color: rgb(163,140,127); }

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

border-color css

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

 span { border-color: rgb(163,140,127); }

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