Html Css Color HEX #A8975B Husk

📋 copy color: '#A8975B'

red 168 ◦ green 151 ◦ blue 91

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

Shades of Husk #A8975B

Tints of Husk #A8975B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.2%

R = 40.98%
G = 36.83%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A8975B (or 0xA8975B) is known color: Husk. HEX triplet: A8, 97 and 5B. RGB value is (168,151,91). Sum of RGB (Red+Green+Blue) = 168+151+91=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 168 - color contains mainly: red. Hex color #A8975B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8975B is #5768A4. Grayscale: #959595. Windows color (decimal): -5728421 or 6002600. OLE color: 6002600.

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

Color convert

RGB 168 151 91 -
CMYK 0 0.10 0.46 0.34
HSL 46.75º 0.31% 0.51% -
HSV(B) 46.75º 0.46% 0.66% -
XYZ 29.1 31.21 14.39 -
YUV 149.24 95.13 141.38 -
System Red Green Blue C M Y K H S L
Decimal 168 151 91 0 0.10 0.46 0.34 46.75 0.31 0.51
Hex A8 97 5B 0 A 2E 22 2F 1F 33
Octal 250 227 133 0 12 56 42 57 37 63
Binary 10101000 10010111 1011011 0 1010 101110 100010 101111 11111 110011

Color Harmonies of #A8975B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8975B

Black with #A8975B

Text Example


Text Example

White with #A8975B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8975B; }

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

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

background-color css

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

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

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

border-color css

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

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

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