Html Css Color HEX #A0925F Gurkha

📋 copy color: '#A0925F'

red 160 ◦ green 146 ◦ blue 95

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

Shades of Gurkha #A0925F

Tints of Gurkha #A0925F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.69%

R = 39.9%
G = 36.41%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A0925F (or 0xA0925F) is known color: Gurkha. HEX triplet: A0, 92 and 5F. RGB value is (160,146,95). Sum of RGB (Red+Green+Blue) = 160+146+95=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 160 - color contains mainly: red. Hex color #A0925F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0925F is #5F6DA0. Grayscale: #909090. Windows color (decimal): -6253985 or 6263456. OLE color: 6263456.

HSL color Cylindrical-coordinate representation of color #A0925F: hue angle of 47.08º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0925F is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 146 95 -
CMYK 0 0.09 0.41 0.37
HSL 47.08º 0.25% 0.5% -
HSV(B) 47.08º 0.41% 0.63% -
XYZ 26.84 28.86 14.98 -
YUV 144.37 100.14 139.15 -
System Red Green Blue C M Y K H S L
Decimal 160 146 95 0 0.09 0.41 0.37 47.08 0.25 0.5
Hex A0 92 5F 0 9 29 25 2F 19 32
Octal 240 222 137 0 11 51 45 57 31 62
Binary 10100000 10010010 1011111 0 1001 101001 100101 101111 11001 110010

Color Harmonies of #A0925F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0925F

Black with #A0925F

Text Example


Text Example

White with #A0925F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0925F; }

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

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

background-color css

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

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

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

border-color css

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

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

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