Html Css Color HEX #A09765 Gurkha

📋 copy color: '#A09765'

red 160 ◦ green 151 ◦ blue 101

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

Shades of Gurkha #A09765

Tints of Gurkha #A09765

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.65%

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

R = 38.83%
G = 36.65%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A09765 (or 0xA09765) is known color: Gurkha. HEX triplet: A0, 97 and 65. RGB value is (160,151,101). Sum of RGB (Red+Green+Blue) = 160+151+101=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A09765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09765 is #5F689A. Grayscale: #949494. Windows color (decimal): -6252699 or 6657952. OLE color: 6657952.

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

Color convert

RGB 160 151 101 -
CMYK 0 0.06 0.37 0.37
HSL 50.85º 0.24% 0.51% -
HSV(B) 50.85º 0.37% 0.63% -
XYZ 27.91 30.55 16.74 -
YUV 147.99 101.48 136.57 -
System Red Green Blue C M Y K H S L
Decimal 160 151 101 0 0.06 0.37 0.37 50.85 0.24 0.51
Hex A0 97 65 0 6 25 25 33 18 33
Octal 240 227 145 0 6 45 45 63 30 63
Binary 10100000 10010111 1100101 0 110 100101 100101 110011 11000 110011

Color Harmonies of #A09765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09765

Black with #A09765

Text Example


Text Example

White with #A09765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09765; }

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

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

background-color css

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

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

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

border-color css

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

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

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