Html Css Color HEX #A09567 Gurkha

📋 copy color: '#A09567'

red 160 ◦ green 149 ◦ blue 103

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

Shades of Gurkha #A09567

Tints of Gurkha #A09567

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.17%

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

R = 38.83%
G = 36.17%
B = 25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A09567 (or 0xA09567) is known color: Gurkha. HEX triplet: A0, 95 and 67. RGB value is (160,149,103). Sum of RGB (Red+Green+Blue) = 160+149+103=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A09567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09567 is #5F6A98. Grayscale: #939393. Windows color (decimal): -6253209 or 6788512. OLE color: 6788512.

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

Color convert

RGB 160 149 103 -
CMYK 0 0.07 0.36 0.37
HSL 48.42º 0.23% 0.52% -
HSV(B) 48.42º 0.36% 0.63% -
XYZ 27.69 29.95 17.15 -
YUV 147.05 103.14 137.24 -
System Red Green Blue C M Y K H S L
Decimal 160 149 103 0 0.07 0.36 0.37 48.42 0.23 0.52
Hex A0 95 67 0 7 24 25 30 17 34
Octal 240 225 147 0 7 44 45 60 27 64
Binary 10100000 10010101 1100111 0 111 100100 100101 110000 10111 110100

Color Harmonies of #A09567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09567

Black with #A09567

Text Example


Text Example

White with #A09567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09567; }

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

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

background-color css

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

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

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

border-color css

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

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

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