Html Css Color HEX #A29762 Gurkha

📋 copy color: '#A29762'

red 162 ◦ green 151 ◦ blue 98

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

Shades of Gurkha #A29762

Tints of Gurkha #A29762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.84%

R = 39.42%
G = 36.74%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A29762 (or 0xA29762) is known color: Gurkha. HEX triplet: A2, 97 and 62. RGB value is (162,151,98). Sum of RGB (Red+Green+Blue) = 162+151+98=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A29762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29762 is #5D689D. Grayscale: #949494. Windows color (decimal): -6121630 or 6461346. OLE color: 6461346.

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

Color convert

RGB 162 151 98 -
CMYK 0 0.07 0.40 0.36
HSL 49.69º 0.26% 0.51% -
HSV(B) 49.69º 0.4% 0.64% -
XYZ 28.17 30.7 16 -
YUV 148.25 99.64 137.81 -
System Red Green Blue C M Y K H S L
Decimal 162 151 98 0 0.07 0.40 0.36 49.69 0.26 0.51
Hex A2 97 62 0 7 28 24 32 1A 33
Octal 242 227 142 0 7 50 44 62 32 63
Binary 10100010 10010111 1100010 0 111 101000 100100 110010 11010 110011

Color Harmonies of #A29762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29762

Black with #A29762

Text Example


Text Example

White with #A29762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29762; }

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

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

background-color css

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

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

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

border-color css

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

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

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