Html Css Color HEX #A29367 Gurkha

📋 copy color: '#A29367'

red 162 ◦ green 147 ◦ blue 103

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

Shades of Gurkha #A29367

Tints of Gurkha #A29367

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.68%

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

R = 39.32%
G = 35.68%
B = 25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A29367 (or 0xA29367) is known color: Gurkha. HEX triplet: A2, 93 and 67. RGB value is (162,147,103). Sum of RGB (Red+Green+Blue) = 162+147+103=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 162 - color contains mainly: red. Hex color #A29367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29367 is #5D6C98. Grayscale: #929292. Windows color (decimal): -6122649 or 6788002. OLE color: 6788002.

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

Color convert

RGB 162 147 103 -
CMYK 0 0.09 0.36 0.36
HSL 44.75º 0.24% 0.52% -
HSV(B) 44.75º 0.36% 0.64% -
XYZ 27.78 29.53 17.07 -
YUV 146.47 103.47 139.08 -
System Red Green Blue C M Y K H S L
Decimal 162 147 103 0 0.09 0.36 0.36 44.75 0.24 0.52
Hex A2 93 67 0 9 24 24 2D 18 34
Octal 242 223 147 0 11 44 44 55 30 64
Binary 10100010 10010011 1100111 0 1001 100100 100100 101101 11000 110100

Color Harmonies of #A29367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29367

Black with #A29367

Text Example


Text Example

White with #A29367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29367; }

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

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

background-color css

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

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

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

border-color css

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

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

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