Html Css Color HEX #A8975C Husk

📋 copy color: '#A8975C'

red 168 ◦ green 151 ◦ blue 92

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

Shades of Husk #A8975C

Tints of Husk #A8975C

RGB

 RED value IS 168 (66.02% from 255) = 40.88%

 GREEN value IS 151 (59.38% from 255) = 36.74%

 BLUE value IS 92 (36.33% from 255) = 22.38%

R = 40.88%
G = 36.74%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8975C (or 0xA8975C) is known color: Husk. HEX triplet: A8, 97 and 5C. RGB value is (168,151,92). Sum of RGB (Red+Green+Blue) = 168+151+92=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 168 - color contains mainly: red. Hex color #A8975C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8975C is #5768A3. Grayscale: #959595. Windows color (decimal): -5728420 or 6068136. OLE color: 6068136.

HSL color Cylindrical-coordinate representation of color #A8975C: hue angle of 46.58º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8975C is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 151 92 -
CMYK 0 0.10 0.45 0.34
HSL 46.58º 0.3% 0.51% -
HSV(B) 46.58º 0.45% 0.66% -
XYZ 29.15 31.23 14.62 -
YUV 149.36 95.63 141.3 -
System Red Green Blue C M Y K H S L
Decimal 168 151 92 0 0.10 0.45 0.34 46.58 0.3 0.51
Hex A8 97 5C 0 A 2D 22 2F 1E 33
Octal 250 227 134 0 12 55 42 57 36 63
Binary 10101000 10010111 1011100 0 1010 101101 100010 101111 11110 110011

Color Harmonies of #A8975C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8975C

Black with #A8975C

Text Example


Text Example

White with #A8975C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8975C; }

 p { color: rgb(168,151,92); }

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

background-color css

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

 a { background-color: rgb(168,151,92); }

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

border-color css

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

 span { border-color: rgb(168,151,92); }

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