Html Css Color HEX #A09869 Gurkha

📋 copy color: '#A09869'

red 160 ◦ green 152 ◦ blue 105

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

Shades of Gurkha #A09869

Tints of Gurkha #A09869

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.45%

 BLUE value IS 105 (41.41% from 255) = 25.18%

R = 38.37%
G = 36.45%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A09869 (or 0xA09869) is known color: Gurkha. HEX triplet: A0, 98 and 69. RGB value is (160,152,105). Sum of RGB (Red+Green+Blue) = 160+152+105=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 160 - color contains mainly: red. Hex color #A09869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09869 is #5F6796. Grayscale: #959595. Windows color (decimal): -6252439 or 6920352. OLE color: 6920352.

HSL color Cylindrical-coordinate representation of color #A09869: hue angle of 51.27º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A09869 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 152 105 -
CMYK 0 0.05 0.34 0.37
HSL 51.27º 0.22% 0.52% -
HSV(B) 51.27º 0.34% 0.63% -
XYZ 28.28 30.95 17.85 -
YUV 149.03 103.15 135.82 -
System Red Green Blue C M Y K H S L
Decimal 160 152 105 0 0.05 0.34 0.37 51.27 0.22 0.52
Hex A0 98 69 0 5 22 25 33 16 34
Octal 240 230 151 0 5 42 45 63 26 64
Binary 10100000 10011000 1101001 0 101 100010 100101 110011 10110 110100

Color Harmonies of #A09869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09869

Black with #A09869

Text Example


Text Example

White with #A09869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09869; }

 p { color: rgb(160,152,105); }

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

background-color css

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

 a { background-color: rgb(160,152,105); }

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

border-color css

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

 span { border-color: rgb(160,152,105); }

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