Html Css Color HEX #A09365 Gurkha

📋 copy color: '#A09365'

red 160 ◦ green 147 ◦ blue 101

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

Shades of Gurkha #A09365

Tints of Gurkha #A09365

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.03%

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

R = 39.22%
G = 36.03%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A09365 (or 0xA09365) is known color: Gurkha. HEX triplet: A0, 93 and 65. RGB value is (160,147,101). Sum of RGB (Red+Green+Blue) = 160+147+101=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 160 - color contains mainly: red. Hex color #A09365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09365 is #5F6C9A. Grayscale: #919191. Windows color (decimal): -6253723 or 6656928. OLE color: 6656928.

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

Color convert

RGB 160 147 101 -
CMYK 0 0.08 0.37 0.37
HSL 46.78º 0.24% 0.51% -
HSV(B) 46.78º 0.37% 0.63% -
XYZ 27.28 29.28 16.53 -
YUV 145.64 102.81 138.24 -
System Red Green Blue C M Y K H S L
Decimal 160 147 101 0 0.08 0.37 0.37 46.78 0.24 0.51
Hex A0 93 65 0 8 25 25 2F 18 33
Octal 240 223 145 0 10 45 45 57 30 63
Binary 10100000 10010011 1100101 0 1000 100101 100101 101111 11000 110011

Color Harmonies of #A09365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09365

Black with #A09365

Text Example


Text Example

White with #A09365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09365; }

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

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

background-color css

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

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

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

border-color css

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

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

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