Html Css Color HEX #A38B82 Almond Frost

📋 copy color: '#A38B82'

red 163 ◦ green 139 ◦ blue 130

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

Shades of Almond Frost #A38B82

Tints of Almond Frost #A38B82

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.18%

 BLUE value IS 130 (51.17% from 255) = 30.09%

R = 37.73%
G = 32.18%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A38B82 (or 0xA38B82) is known color: Almond Frost. HEX triplet: A3, 8B and 82. RGB value is (163,139,130). Sum of RGB (Red+Green+Blue) = 163+139+130=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38B82 is #5C747D. Grayscale: #919191. Windows color (decimal): -6059134 or 8555427. OLE color: 8555427.

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

Color convert

RGB 163 139 130 -
CMYK 0 0.15 0.20 0.36
HSL 16.36º 0.15% 0.57% -
HSV(B) 16.36º 0.2% 0.64% -
XYZ 28.37 27.86 25 -
YUV 145.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 163 139 130 0 0.15 0.20 0.36 16.36 0.15 0.57
Hex A3 8B 82 0 F 14 24 10 F 39
Octal 243 213 202 0 17 24 44 20 17 71
Binary 10100011 10001011 10000010 0 1111 10100 100100 10000 1111 111001

Color Harmonies of #A38B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38B82

Black with #A38B82

Text Example


Text Example

White with #A38B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38B82; }

 p { color: rgb(163,139,130); }

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

background-color css

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

 a { background-color: rgb(163,139,130); }

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

border-color css

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

 span { border-color: rgb(163,139,130); }

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