Html Css Color HEX #A29265 Gurkha

📋 copy color: '#A29265'

red 162 ◦ green 146 ◦ blue 101

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

Shades of Gurkha #A29265

Tints of Gurkha #A29265

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.7%

 BLUE value IS 101 (39.84% from 255) = 24.69%

R = 39.61%
G = 35.7%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A29265 (or 0xA29265) is known color: Gurkha. HEX triplet: A2, 92 and 65. RGB value is (162,146,101). Sum of RGB (Red+Green+Blue) = 162+146+101=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 162 - color contains mainly: red. Hex color #A29265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29265 is #5D6D9A. Grayscale: #919191. Windows color (decimal): -6122907 or 6656674. OLE color: 6656674.

HSL color Cylindrical-coordinate representation of color #A29265: hue angle of 44.26º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A29265 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 146 101 -
CMYK 0 0.10 0.38 0.36
HSL 44.26º 0.25% 0.52% -
HSV(B) 44.26º 0.38% 0.64% -
XYZ 27.53 29.18 16.49 -
YUV 145.65 102.8 139.66 -
System Red Green Blue C M Y K H S L
Decimal 162 146 101 0 0.10 0.38 0.36 44.26 0.25 0.52
Hex A2 92 65 0 A 26 24 2C 19 34
Octal 242 222 145 0 12 46 44 54 31 64
Binary 10100010 10010010 1100101 0 1010 100110 100100 101100 11001 110100

Color Harmonies of #A29265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29265

Black with #A29265

Text Example


Text Example

White with #A29265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29265; }

 p { color: rgb(162,146,101); }

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

background-color css

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

 a { background-color: rgb(162,146,101); }

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

border-color css

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

 span { border-color: rgb(162,146,101); }

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