Html Css Color HEX #A29667 Gurkha

📋 copy color: '#A29667'

red 162 ◦ green 150 ◦ blue 103

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

Shades of Gurkha #A29667

Tints of Gurkha #A29667

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.14%

 BLUE value IS 103 (40.63% from 255) = 24.82%

R = 39.04%
G = 36.14%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A29667 (or 0xA29667) is known color: Gurkha. HEX triplet: A2, 96 and 67. RGB value is (162,150,103). Sum of RGB (Red+Green+Blue) = 162+150+103=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 103 (40.62% from 255 or 24.82% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A29667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29667 is #5D6998. Grayscale: #949494. Windows color (decimal): -6121881 or 6788770. OLE color: 6788770.

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

Color convert

RGB 162 150 103 -
CMYK 0 0.07 0.36 0.36
HSL 47.8º 0.24% 0.52% -
HSV(B) 47.8º 0.36% 0.64% -
XYZ 28.25 30.47 17.22 -
YUV 148.23 102.48 137.82 -
System Red Green Blue C M Y K H S L
Decimal 162 150 103 0 0.07 0.36 0.36 47.8 0.24 0.52
Hex A2 96 67 0 7 24 24 30 18 34
Octal 242 226 147 0 7 44 44 60 30 64
Binary 10100010 10010110 1100111 0 111 100100 100100 110000 11000 110100

Color Harmonies of #A29667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29667

Black with #A29667

Text Example


Text Example

White with #A29667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29667; }

 p { color: rgb(162,150,103); }

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

background-color css

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

 a { background-color: rgb(162,150,103); }

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

border-color css

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

 span { border-color: rgb(162,150,103); }

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