Html Css Color HEX #A29867 Gurkha

📋 copy color: '#A29867'

red 162 ◦ green 152 ◦ blue 103

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

Shades of Gurkha #A29867

Tints of Gurkha #A29867

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.45%

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

R = 38.85%
G = 36.45%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A29867 (or 0xA29867) is known color: Gurkha. HEX triplet: A2, 98 and 67. RGB value is (162,152,103). Sum of RGB (Red+Green+Blue) = 162+152+103=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 103 (40.62% from 255 or 24.70% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A29867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29867 is #5D6798. Grayscale: #959595. Windows color (decimal): -6121369 or 6789282. OLE color: 6789282.

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

Color convert

RGB 162 152 103 -
CMYK 0 0.06 0.36 0.36
HSL 49.83º 0.24% 0.52% -
HSV(B) 49.83º 0.36% 0.64% -
XYZ 28.58 31.12 17.33 -
YUV 149.4 101.81 136.98 -
System Red Green Blue C M Y K H S L
Decimal 162 152 103 0 0.06 0.36 0.36 49.83 0.24 0.52
Hex A2 98 67 0 6 24 24 32 18 34
Octal 242 230 147 0 6 44 44 62 30 64
Binary 10100010 10011000 1100111 0 110 100100 100100 110010 11000 110100

Color Harmonies of #A29867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29867

Black with #A29867

Text Example


Text Example

White with #A29867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29867; }

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

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

background-color css

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

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

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

border-color css

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

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

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