Html Css Color HEX #A29962 Gurkha

📋 copy color: '#A29962'

red 162 ◦ green 153 ◦ blue 98

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

Shades of Gurkha #A29962

Tints of Gurkha #A29962

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.05%

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

R = 39.23%
G = 37.05%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A29962 (or 0xA29962) is known color: Gurkha. HEX triplet: A2, 99 and 62. RGB value is (162,153,98). Sum of RGB (Red+Green+Blue) = 162+153+98=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 162 - color contains mainly: red. Hex color #A29962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29962 is #5D669D. Grayscale: #959595. Windows color (decimal): -6121118 or 6461858. OLE color: 6461858.

HSL color Cylindrical-coordinate representation of color #A29962: hue angle of 51.56º 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 #A29962 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 153 98 -
CMYK 0 0.06 0.40 0.36
HSL 51.56º 0.26% 0.51% -
HSV(B) 51.56º 0.4% 0.64% -
XYZ 28.5 31.35 16.1 -
YUV 149.42 98.98 136.97 -
System Red Green Blue C M Y K H S L
Decimal 162 153 98 0 0.06 0.40 0.36 51.56 0.26 0.51
Hex A2 99 62 0 6 28 24 34 1A 33
Octal 242 231 142 0 6 50 44 64 32 63
Binary 10100010 10011001 1100010 0 110 101000 100100 110100 11010 110011

Color Harmonies of #A29962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29962

Black with #A29962

Text Example


Text Example

White with #A29962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29962; }

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

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

background-color css

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

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

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

border-color css

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

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

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