Html Css Color HEX #A09768 Gurkha

📋 copy color: '#A09768'

red 160 ◦ green 151 ◦ blue 104

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

Shades of Gurkha #A09768

Tints of Gurkha #A09768

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.39%

 BLUE value IS 104 (41.02% from 255) = 25.06%

R = 38.55%
G = 36.39%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A09768 (or 0xA09768) is known color: Gurkha. HEX triplet: A0, 97 and 68. RGB value is (160,151,104). Sum of RGB (Red+Green+Blue) = 160+151+104=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 160 - color contains mainly: red. Hex color #A09768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09768 is #5F6897. Grayscale: #949494. Windows color (decimal): -6252696 or 6854560. OLE color: 6854560.

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

Color convert

RGB 160 151 104 -
CMYK 0 0.06 0.35 0.37
HSL 50.36º 0.23% 0.52% -
HSV(B) 50.36º 0.35% 0.63% -
XYZ 28.06 30.61 17.53 -
YUV 148.33 102.98 136.32 -
System Red Green Blue C M Y K H S L
Decimal 160 151 104 0 0.06 0.35 0.37 50.36 0.23 0.52
Hex A0 97 68 0 6 23 25 32 17 34
Octal 240 227 150 0 6 43 45 62 27 64
Binary 10100000 10010111 1101000 0 110 100011 100101 110010 10111 110100

Color Harmonies of #A09768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09768

Black with #A09768

Text Example


Text Example

White with #A09768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09768; }

 p { color: rgb(160,151,104); }

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

background-color css

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

 a { background-color: rgb(160,151,104); }

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

border-color css

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

 span { border-color: rgb(160,151,104); }

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