Html Css Color HEX #A09469 Gurkha

📋 copy color: '#A09469'

red 160 ◦ green 148 ◦ blue 105

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

Shades of Gurkha #A09469

Tints of Gurkha #A09469

RGB

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

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

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

R = 38.74%
G = 35.84%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A09469 (or 0xA09469) is known color: Gurkha. HEX triplet: A0, 94 and 69. RGB value is (160,148,105). Sum of RGB (Red+Green+Blue) = 160+148+105=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 160 - color contains mainly: red. Hex color #A09469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09469 is #5F6B96. Grayscale: #929292. Windows color (decimal): -6253463 or 6919328. OLE color: 6919328.

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

Color convert

RGB 160 148 105 -
CMYK 0 0.07 0.34 0.37
HSL 46.91º 0.22% 0.52% -
HSV(B) 46.91º 0.34% 0.63% -
XYZ 27.64 29.67 17.64 -
YUV 146.69 104.48 137.5 -
System Red Green Blue C M Y K H S L
Decimal 160 148 105 0 0.07 0.34 0.37 46.91 0.22 0.52
Hex A0 94 69 0 7 22 25 2F 16 34
Octal 240 224 151 0 7 42 45 57 26 64
Binary 10100000 10010100 1101001 0 111 100010 100101 101111 10110 110100

Color Harmonies of #A09469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09469

Black with #A09469

Text Example


Text Example

White with #A09469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09469; }

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

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

background-color css

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

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

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

border-color css

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

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

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