Html Css Color HEX #A09269 Gurkha

📋 copy color: '#A09269'

red 160 ◦ green 146 ◦ blue 105

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

Shades of Gurkha #A09269

Tints of Gurkha #A09269

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.52%

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

R = 38.93%
G = 35.52%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A09269 (or 0xA09269) is known color: Gurkha. HEX triplet: A0, 92 and 69. RGB value is (160,146,105). Sum of RGB (Red+Green+Blue) = 160+146+105=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 160 - color contains mainly: red. Hex color #A09269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09269 is #5F6D96. Grayscale: #919191. Windows color (decimal): -6253975 or 6918816. OLE color: 6918816.

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

Color convert

RGB 160 146 105 -
CMYK 0 0.09 0.34 0.37
HSL 44.73º 0.22% 0.52% -
HSV(B) 44.73º 0.34% 0.63% -
XYZ 27.33 29.05 17.53 -
YUV 145.51 105.14 138.33 -
System Red Green Blue C M Y K H S L
Decimal 160 146 105 0 0.09 0.34 0.37 44.73 0.22 0.52
Hex A0 92 69 0 9 22 25 2D 16 34
Octal 240 222 151 0 11 42 45 55 26 64
Binary 10100000 10010010 1101001 0 1001 100010 100101 101101 10110 110100

Color Harmonies of #A09269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09269

Black with #A09269

Text Example


Text Example

White with #A09269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09269; }

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

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

background-color css

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

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

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

border-color css

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

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

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