Html Css Color HEX #A09767 Gurkha

📋 copy color: '#A09767'

red 160 ◦ green 151 ◦ blue 103

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

Shades of Gurkha #A09767

Tints of Gurkha #A09767

RGB

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

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

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

R = 38.65%
G = 36.47%
B = 24.88%

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

#A09767 (or 0xA09767) is known color: Gurkha. HEX triplet: A0, 97 and 67. RGB value is (160,151,103). Sum of RGB (Red+Green+Blue) = 160+151+103=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 103 (40.62% from 255 or 24.88% from 414); Max value from RGB is 160 - color contains mainly: red. Hex color #A09767 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09767 is #5F6898. Grayscale: #949494. Windows color (decimal): -6252697 or 6789024. OLE color: 6789024.

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

Color convert

RGB 160 151 103 -
CMYK 0 0.06 0.36 0.37
HSL 50.53º 0.23% 0.52% -
HSV(B) 50.53º 0.36% 0.63% -
XYZ 28.01 30.59 17.26 -
YUV 148.22 102.48 136.4 -
System Red Green Blue C M Y K H S L
Decimal 160 151 103 0 0.06 0.36 0.37 50.53 0.23 0.52
Hex A0 97 67 0 6 24 25 33 17 34
Octal 240 227 147 0 6 44 45 63 27 64
Binary 10100000 10010111 1100111 0 110 100100 100101 110011 10111 110100

Color Harmonies of #A09767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09767

Black with #A09767

Text Example


Text Example

White with #A09767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09767; }

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

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

background-color css

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

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

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

border-color css

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

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

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