Html Css Color HEX #A5867B Almond Frost

📋 copy color: '#A5867B'

red 165 ◦ green 134 ◦ blue 123

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

Shades of Almond Frost #A5867B

Tints of Almond Frost #A5867B

RGB

 RED value IS 165 (64.84% from 255) = 39.1%

 GREEN value IS 134 (52.73% from 255) = 31.75%

 BLUE value IS 123 (48.44% from 255) = 29.15%

R = 39.1%
G = 31.75%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5867B (or 0xA5867B) is known color: Almond Frost. HEX triplet: A5, 86 and 7B. RGB value is (165,134,123). Sum of RGB (Red+Green+Blue) = 165+134+123=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 165 - color contains mainly: red. Hex color #A5867B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5867B is #5A7984. Grayscale: #8E8E8E. Windows color (decimal): -5929349 or 8095397. OLE color: 8095397.

HSL color Cylindrical-coordinate representation of color #A5867B: hue angle of 15.71º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5867B is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 134 123 -
CMYK 0 0.19 0.25 0.35
HSL 15.71º 0.19% 0.56% -
HSV(B) 15.71º 0.25% 0.65% -
XYZ 27.62 26.48 22.39 -
YUV 142.02 117.27 144.39 -
System Red Green Blue C M Y K H S L
Decimal 165 134 123 0 0.19 0.25 0.35 15.71 0.19 0.56
Hex A5 86 7B 0 13 19 23 10 13 38
Octal 245 206 173 0 23 31 43 20 23 70
Binary 10100101 10000110 1111011 0 10011 11001 100011 10000 10011 111000

Color Harmonies of #A5867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5867B

Black with #A5867B

Text Example


Text Example

White with #A5867B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5867B; }

 p { color: rgb(165,134,123); }

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

background-color css

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

 a { background-color: rgb(165,134,123); }

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

border-color css

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

 span { border-color: rgb(165,134,123); }

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