Html Css Color HEX #A29768 Gurkha

📋 copy color: '#A29768'

red 162 ◦ green 151 ◦ blue 104

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

Shades of Gurkha #A29768

Tints of Gurkha #A29768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.94%

R = 38.85%
G = 36.21%
B = 24.94%

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

#A29768 (or 0xA29768) is known color: Gurkha. HEX triplet: A2, 97 and 68. RGB value is (162,151,104). Sum of RGB (Red+Green+Blue) = 162+151+104=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A29768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29768 is #5D6897. Grayscale: #959595. Windows color (decimal): -6121624 or 6854562. OLE color: 6854562.

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

Color convert

RGB 162 151 104 -
CMYK 0 0.07 0.36 0.36
HSL 48.62º 0.24% 0.52% -
HSV(B) 48.62º 0.36% 0.64% -
XYZ 28.47 30.81 17.54 -
YUV 148.93 102.64 137.32 -
System Red Green Blue C M Y K H S L
Decimal 162 151 104 0 0.07 0.36 0.36 48.62 0.24 0.52
Hex A2 97 68 0 7 24 24 31 18 34
Octal 242 227 150 0 7 44 44 61 30 64
Binary 10100010 10010111 1101000 0 111 100100 100100 110001 11000 110100

Color Harmonies of #A29768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29768

Black with #A29768

Text Example


Text Example

White with #A29768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29768; }

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

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

background-color css

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

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

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

border-color css

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

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

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