Html Css Color HEX #A29668 Gurkha

📋 copy color: '#A29668'

red 162 ◦ green 150 ◦ blue 104

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

Shades of Gurkha #A29668

Tints of Gurkha #A29668

RGB

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

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

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

R = 38.94%
G = 36.06%
B = 25%

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

#A29668 (or 0xA29668) is known color: Gurkha. HEX triplet: A2, 96 and 68. RGB value is (162,150,104). Sum of RGB (Red+Green+Blue) = 162+150+104=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 162 - color contains mainly: red. Hex color #A29668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29668 is #5D6997. Grayscale: #949494. Windows color (decimal): -6121880 or 6854306. OLE color: 6854306.

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

Color convert

RGB 162 150 104 -
CMYK 0 0.07 0.36 0.36
HSL 47.59º 0.24% 0.52% -
HSV(B) 47.59º 0.36% 0.64% -
XYZ 28.31 30.49 17.49 -
YUV 148.34 102.98 137.74 -
System Red Green Blue C M Y K H S L
Decimal 162 150 104 0 0.07 0.36 0.36 47.59 0.24 0.52
Hex A2 96 68 0 7 24 24 30 18 34
Octal 242 226 150 0 7 44 44 60 30 64
Binary 10100010 10010110 1101000 0 111 100100 100100 110000 11000 110100

Color Harmonies of #A29668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29668

Black with #A29668

Text Example


Text Example

White with #A29668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29668; }

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

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

background-color css

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

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

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

border-color css

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

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

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