Html Css Color HEX #A29669 Gurkha

📋 copy color: '#A29669'

red 162 ◦ green 150 ◦ blue 105

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

Shades of Gurkha #A29669

Tints of Gurkha #A29669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.18%

R = 38.85%
G = 35.97%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A29669 (or 0xA29669) is known color: Gurkha. HEX triplet: A2, 96 and 69. RGB value is (162,150,105). Sum of RGB (Red+Green+Blue) = 162+150+105=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A29669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29669 is #5D6996. Grayscale: #949494. Windows color (decimal): -6121879 or 6919842. OLE color: 6919842.

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

Color convert

RGB 162 150 105 -
CMYK 0 0.07 0.35 0.36
HSL 47.37º 0.23% 0.52% -
HSV(B) 47.37º 0.35% 0.64% -
XYZ 28.36 30.51 17.76 -
YUV 148.46 103.48 137.66 -
System Red Green Blue C M Y K H S L
Decimal 162 150 105 0 0.07 0.35 0.36 47.37 0.23 0.52
Hex A2 96 69 0 7 23 24 2F 17 34
Octal 242 226 151 0 7 43 44 57 27 64
Binary 10100010 10010110 1101001 0 111 100011 100100 101111 10111 110100

Color Harmonies of #A29669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29669

Black with #A29669

Text Example


Text Example

White with #A29669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29669; }

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

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

background-color css

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

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

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

border-color css

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

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

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