Html Css Color HEX #A09369 Gurkha

📋 copy color: '#A09369'

red 160 ◦ green 147 ◦ blue 105

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

Shades of Gurkha #A09369

Tints of Gurkha #A09369

RGB

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

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

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

R = 38.83%
G = 35.68%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A09369 (or 0xA09369) is known color: Gurkha. HEX triplet: A0, 93 and 69. RGB value is (160,147,105). Sum of RGB (Red+Green+Blue) = 160+147+105=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A09369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09369 is #5F6C96. Grayscale: #929292. Windows color (decimal): -6253719 or 6919072. OLE color: 6919072.

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

Color convert

RGB 160 147 105 -
CMYK 0 0.08 0.34 0.37
HSL 45.82º 0.22% 0.52% -
HSV(B) 45.82º 0.34% 0.63% -
XYZ 27.48 29.36 17.58 -
YUV 146.1 104.81 137.92 -
System Red Green Blue C M Y K H S L
Decimal 160 147 105 0 0.08 0.34 0.37 45.82 0.22 0.52
Hex A0 93 69 0 8 22 25 2E 16 34
Octal 240 223 151 0 10 42 45 56 26 64
Binary 10100000 10010011 1101001 0 1000 100010 100101 101110 10110 110100

Color Harmonies of #A09369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09369

Black with #A09369

Text Example


Text Example

White with #A09369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09369; }

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

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

background-color css

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

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

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

border-color css

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

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

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