Html Css Color HEX #A09465 Gurkha

📋 copy color: '#A09465'

red 160 ◦ green 148 ◦ blue 101

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

Shades of Gurkha #A09465

Tints of Gurkha #A09465

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.19%

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

R = 39.12%
G = 36.19%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A09465 (or 0xA09465) is known color: Gurkha. HEX triplet: A0, 94 and 65. RGB value is (160,148,101). Sum of RGB (Red+Green+Blue) = 160+148+101=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A09465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09465 is #5F6B9A. Grayscale: #929292. Windows color (decimal): -6253467 or 6657184. OLE color: 6657184.

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

Color convert

RGB 160 148 101 -
CMYK 0 0.07 0.37 0.37
HSL 47.8º 0.24% 0.51% -
HSV(B) 47.8º 0.37% 0.63% -
XYZ 27.44 29.59 16.58 -
YUV 146.23 102.48 137.82 -
System Red Green Blue C M Y K H S L
Decimal 160 148 101 0 0.07 0.37 0.37 47.8 0.24 0.51
Hex A0 94 65 0 7 25 25 30 18 33
Octal 240 224 145 0 7 45 45 60 30 63
Binary 10100000 10010100 1100101 0 111 100101 100101 110000 11000 110011

Color Harmonies of #A09465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09465

Black with #A09465

Text Example


Text Example

White with #A09465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09465; }

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

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

background-color css

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

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

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

border-color css

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

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

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