Html Css Color HEX #A09667 Gurkha

📋 copy color: '#A09667'

red 160 ◦ green 150 ◦ blue 103

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

Shades of Gurkha #A09667

Tints of Gurkha #A09667

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.32%

 BLUE value IS 103 (40.63% from 255) = 24.94%

R = 38.74%
G = 36.32%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A09667 (or 0xA09667) is known color: Gurkha. HEX triplet: A0, 96 and 67. RGB value is (160,150,103). Sum of RGB (Red+Green+Blue) = 160+150+103=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 160 - color contains mainly: red. Hex color #A09667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09667 is #5F6998. Grayscale: #939393. Windows color (decimal): -6252953 or 6788768. OLE color: 6788768.

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

Color convert

RGB 160 150 103 -
CMYK 0 0.06 0.36 0.37
HSL 49.47º 0.23% 0.52% -
HSV(B) 49.47º 0.36% 0.63% -
XYZ 27.85 30.27 17.21 -
YUV 147.63 102.81 136.82 -
System Red Green Blue C M Y K H S L
Decimal 160 150 103 0 0.06 0.36 0.37 49.47 0.23 0.52
Hex A0 96 67 0 6 24 25 31 17 34
Octal 240 226 147 0 6 44 45 61 27 64
Binary 10100000 10010110 1100111 0 110 100100 100101 110001 10111 110100

Color Harmonies of #A09667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09667

Black with #A09667

Text Example


Text Example

White with #A09667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09667; }

 p { color: rgb(160,150,103); }

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

background-color css

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

 a { background-color: rgb(160,150,103); }

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

border-color css

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

 span { border-color: rgb(160,150,103); }

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