Html Css Color HEX #A59962 Gurkha

📋 copy color: '#A59962'

red 165 ◦ green 153 ◦ blue 98

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

Shades of Gurkha #A59962

Tints of Gurkha #A59962

RGB

 RED value IS 165 (64.84% from 255) = 39.66%

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

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

R = 39.66%
G = 36.78%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A59962 (or 0xA59962) is known color: Gurkha. HEX triplet: A5, 99 and 62. RGB value is (165,153,98). Sum of RGB (Red+Green+Blue) = 165+153+98=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A59962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59962 is #5A669D. Grayscale: #969696. Windows color (decimal): -5924510 or 6461861. OLE color: 6461861.

HSL color Cylindrical-coordinate representation of color #A59962: hue angle of 49.25º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A59962 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 153 98 -
CMYK 0 0.07 0.41 0.35
HSL 49.25º 0.27% 0.52% -
HSV(B) 49.25º 0.41% 0.65% -
XYZ 29.11 31.66 16.13 -
YUV 150.32 98.48 138.47 -
System Red Green Blue C M Y K H S L
Decimal 165 153 98 0 0.07 0.41 0.35 49.25 0.27 0.52
Hex A5 99 62 0 7 29 23 31 1B 34
Octal 245 231 142 0 7 51 43 61 33 64
Binary 10100101 10011001 1100010 0 111 101001 100011 110001 11011 110100

Color Harmonies of #A59962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59962

Black with #A59962

Text Example


Text Example

White with #A59962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59962; }

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

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

background-color css

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

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

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

border-color css

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

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

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