Html Css Color HEX #A5924E Husk

📋 copy color: '#A5924E'

red 165 ◦ green 146 ◦ blue 78

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

Shades of Husk #A5924E

Tints of Husk #A5924E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.53%

 BLUE value IS 78 (30.86% from 255) = 20.05%

R = 42.42%
G = 37.53%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A5924E (or 0xA5924E) is known color: Husk. HEX triplet: A5, 92 and 4E. RGB value is (165,146,78). Sum of RGB (Red+Green+Blue) = 165+146+78=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A5924E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5924E is #5A6DB1. Grayscale: #909090. Windows color (decimal): -5926322 or 5149349. OLE color: 5149349.

HSL color Cylindrical-coordinate representation of color #A5924E: hue angle of 46.9º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5924E is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 146 78 -
CMYK 0 0.12 0.53 0.35
HSL 46.9º 0.36% 0.48% -
HSV(B) 46.9º 0.53% 0.65% -
XYZ 27.17 29.11 11.39 -
YUV 143.93 90.79 143.03 -
System Red Green Blue C M Y K H S L
Decimal 165 146 78 0 0.12 0.53 0.35 46.9 0.36 0.48
Hex A5 92 4E 0 C 35 23 2F 24 30
Octal 245 222 116 0 14 65 43 57 44 60
Binary 10100101 10010010 1001110 0 1100 110101 100011 101111 100100 110000

Color Harmonies of #A5924E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5924E

Black with #A5924E

Text Example


Text Example

White with #A5924E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5924E; }

 p { color: rgb(165,146,78); }

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

background-color css

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

 a { background-color: rgb(165,146,78); }

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

border-color css

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

 span { border-color: rgb(165,146,78); }

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