Html Css Color HEX #A29569 Gurkha

📋 copy color: '#A29569'

red 162 ◦ green 149 ◦ blue 105

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

Shades of Gurkha #A29569

Tints of Gurkha #A29569

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.82%

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

R = 38.94%
G = 35.82%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A29569 (or 0xA29569) is known color: Gurkha. HEX triplet: A2, 95 and 69. RGB value is (162,149,105). Sum of RGB (Red+Green+Blue) = 162+149+105=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 162 - color contains mainly: red. Hex color #A29569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29569 is #5D6A96. Grayscale: #949494. Windows color (decimal): -6122135 or 6919586. OLE color: 6919586.

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

Color convert

RGB 162 149 105 -
CMYK 0 0.08 0.35 0.36
HSL 46.32º 0.23% 0.52% -
HSV(B) 46.32º 0.35% 0.64% -
XYZ 28.2 30.2 17.71 -
YUV 147.87 103.81 138.08 -
System Red Green Blue C M Y K H S L
Decimal 162 149 105 0 0.08 0.35 0.36 46.32 0.23 0.52
Hex A2 95 69 0 8 23 24 2E 17 34
Octal 242 225 151 0 10 43 44 56 27 64
Binary 10100010 10010101 1101001 0 1000 100011 100100 101110 10111 110100

Color Harmonies of #A29569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29569

Black with #A29569

Text Example


Text Example

White with #A29569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29569; }

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

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

background-color css

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

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

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

border-color css

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

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

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