Html Css Color HEX #A38A81 Almond Frost

📋 copy color: '#A38A81'

red 163 ◦ green 138 ◦ blue 129

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

Shades of Almond Frost #A38A81

Tints of Almond Frost #A38A81

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.09%

 BLUE value IS 129 (50.78% from 255) = 30%

R = 37.91%
G = 32.09%
B = 30%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A38A81 (or 0xA38A81) is known color: Almond Frost. HEX triplet: A3, 8A and 81. RGB value is (163,138,129). Sum of RGB (Red+Green+Blue) = 163+138+129=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38A81 is #5C757E. Grayscale: #909090. Windows color (decimal): -6059391 or 8489635. OLE color: 8489635.

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

Color convert

RGB 163 138 129 -
CMYK 0 0.15 0.21 0.36
HSL 15.88º 0.16% 0.57% -
HSV(B) 15.88º 0.21% 0.64% -
XYZ 28.16 27.55 24.6 -
YUV 144.45 119.28 141.23 -
System Red Green Blue C M Y K H S L
Decimal 163 138 129 0 0.15 0.21 0.36 15.88 0.16 0.57
Hex A3 8A 81 0 F 15 24 10 10 39
Octal 243 212 201 0 17 25 44 20 20 71
Binary 10100011 10001010 10000001 0 1111 10101 100100 10000 10000 111001

Color Harmonies of #A38A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38A81

Black with #A38A81

Text Example


Text Example

White with #A38A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38A81; }

 p { color: rgb(163,138,129); }

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

background-color css

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

 a { background-color: rgb(163,138,129); }

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

border-color css

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

 span { border-color: rgb(163,138,129); }

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