Html Css Color HEX #A29965 Gurkha

📋 copy color: '#A29965'

red 162 ◦ green 153 ◦ blue 101

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

Shades of Gurkha #A29965

Tints of Gurkha #A29965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.28%

R = 38.94%
G = 36.78%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A29965 (or 0xA29965) is known color: Gurkha. HEX triplet: A2, 99 and 65. RGB value is (162,153,101). Sum of RGB (Red+Green+Blue) = 162+153+101=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 162 - color contains mainly: red. Hex color #A29965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29965 is #5D669A. Grayscale: #959595. Windows color (decimal): -6121115 or 6658466. OLE color: 6658466.

HSL color Cylindrical-coordinate representation of color #A29965: hue angle of 51.15º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A29965 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 153 101 -
CMYK 0 0.06 0.38 0.36
HSL 51.15º 0.25% 0.52% -
HSV(B) 51.15º 0.38% 0.64% -
XYZ 28.64 31.4 16.86 -
YUV 149.76 100.48 136.73 -
System Red Green Blue C M Y K H S L
Decimal 162 153 101 0 0.06 0.38 0.36 51.15 0.25 0.52
Hex A2 99 65 0 6 26 24 33 19 34
Octal 242 231 145 0 6 46 44 63 31 64
Binary 10100010 10011001 1100101 0 110 100110 100100 110011 11001 110100

Color Harmonies of #A29965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29965

Black with #A29965

Text Example


Text Example

White with #A29965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29965; }

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

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

background-color css

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

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

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

border-color css

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

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

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