Html Css Color HEX #A2975F Gurkha

📋 copy color: '#A2975F'

red 162 ◦ green 151 ◦ blue 95

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

Shades of Gurkha #A2975F

Tints of Gurkha #A2975F

RGB

 RED value IS 162 (63.67% from 255) = 39.71%

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

 BLUE value IS 95 (37.5% from 255) = 23.28%

R = 39.71%
G = 37.01%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A2975F (or 0xA2975F) is known color: Gurkha. HEX triplet: A2, 97 and 5F. RGB value is (162,151,95). Sum of RGB (Red+Green+Blue) = 162+151+95=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 162 - color contains mainly: red. Hex color #A2975F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2975F is #5D68A0. Grayscale: #949494. Windows color (decimal): -6121633 or 6264738. OLE color: 6264738.

HSL color Cylindrical-coordinate representation of color #A2975F: hue angle of 50.15º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2975F is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 151 95 -
CMYK 0 0.07 0.41 0.36
HSL 50.15º 0.26% 0.5% -
HSV(B) 50.15º 0.41% 0.64% -
XYZ 28.03 30.64 15.26 -
YUV 147.91 98.14 138.05 -
System Red Green Blue C M Y K H S L
Decimal 162 151 95 0 0.07 0.41 0.36 50.15 0.26 0.5
Hex A2 97 5F 0 7 29 24 32 1A 32
Octal 242 227 137 0 7 51 44 62 32 62
Binary 10100010 10010111 1011111 0 111 101001 100100 110010 11010 110010

Color Harmonies of #A2975F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2975F

Black with #A2975F

Text Example


Text Example

White with #A2975F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2975F; }

 p { color: rgb(162,151,95); }

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

background-color css

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

 a { background-color: rgb(162,151,95); }

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

border-color css

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

 span { border-color: rgb(162,151,95); }

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