Html Css Color HEX #A09265 Gurkha

📋 copy color: '#A09265'

red 160 ◦ green 146 ◦ blue 101

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

Shades of Gurkha #A09265

Tints of Gurkha #A09265

RGB

 RED value IS 160 (62.89% from 255) = 39.31%

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

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

R = 39.31%
G = 35.87%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A09265 (or 0xA09265) is known color: Gurkha. HEX triplet: A0, 92 and 65. RGB value is (160,146,101). Sum of RGB (Red+Green+Blue) = 160+146+101=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 160 - color contains mainly: red. Hex color #A09265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09265 is #5F6D9A. Grayscale: #919191. Windows color (decimal): -6253979 or 6656672. OLE color: 6656672.

HSL color Cylindrical-coordinate representation of color #A09265: hue angle of 45.76º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A09265 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 146 101 -
CMYK 0 0.09 0.37 0.37
HSL 45.76º 0.24% 0.51% -
HSV(B) 45.76º 0.37% 0.63% -
XYZ 27.13 28.97 16.47 -
YUV 145.06 103.14 138.66 -
System Red Green Blue C M Y K H S L
Decimal 160 146 101 0 0.09 0.37 0.37 45.76 0.24 0.51
Hex A0 92 65 0 9 25 25 2E 18 33
Octal 240 222 145 0 11 45 45 56 30 63
Binary 10100000 10010010 1100101 0 1001 100101 100101 101110 11000 110011

Color Harmonies of #A09265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09265

Black with #A09265

Text Example


Text Example

White with #A09265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09265; }

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

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

background-color css

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

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

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

border-color css

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

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

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