Html Css Color HEX #A29769 Gurkha

📋 copy color: '#A29769'

red 162 ◦ green 151 ◦ blue 105

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

Shades of Gurkha #A29769

Tints of Gurkha #A29769

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.12%

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

R = 38.76%
G = 36.12%
B = 25.12%

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

#A29769 (or 0xA29769) is known color: Gurkha. HEX triplet: A2, 97 and 69. RGB value is (162,151,105). Sum of RGB (Red+Green+Blue) = 162+151+105=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A29769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29769 is #5D6896. Grayscale: #959595. Windows color (decimal): -6121623 or 6920098. OLE color: 6920098.

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

Color convert

RGB 162 151 105 -
CMYK 0 0.07 0.35 0.36
HSL 48.42º 0.23% 0.52% -
HSV(B) 48.42º 0.35% 0.64% -
XYZ 28.52 30.83 17.81 -
YUV 149.05 103.14 137.24 -
System Red Green Blue C M Y K H S L
Decimal 162 151 105 0 0.07 0.35 0.36 48.42 0.23 0.52
Hex A2 97 69 0 7 23 24 30 17 34
Octal 242 227 151 0 7 43 44 60 27 64
Binary 10100010 10010111 1101001 0 111 100011 100100 110000 10111 110100

Color Harmonies of #A29769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29769

Black with #A29769

Text Example


Text Example

White with #A29769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29769; }

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

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

background-color css

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

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

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

border-color css

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

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

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