Html Css Color HEX #A2925F Gurkha

📋 copy color: '#A2925F'

red 162 ◦ green 146 ◦ blue 95

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

Shades of Gurkha #A2925F

Tints of Gurkha #A2925F

RGB

 RED value IS 162 (63.67% from 255) = 40.2%

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

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

R = 40.2%
G = 36.23%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A2925F (or 0xA2925F) is known color: Gurkha. HEX triplet: A2, 92 and 5F. RGB value is (162,146,95). Sum of RGB (Red+Green+Blue) = 162+146+95=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 162 - color contains mainly: red. Hex color #A2925F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2925F is #5D6DA0. Grayscale: #919191. Windows color (decimal): -6122913 or 6263458. OLE color: 6263458.

HSL color Cylindrical-coordinate representation of color #A2925F: hue angle of 45.67º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2925F is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 146 95 -
CMYK 0 0.10 0.41 0.36
HSL 45.67º 0.26% 0.5% -
HSV(B) 45.67º 0.41% 0.64% -
XYZ 27.24 29.07 15 -
YUV 144.97 99.8 140.15 -
System Red Green Blue C M Y K H S L
Decimal 162 146 95 0 0.10 0.41 0.36 45.67 0.26 0.5
Hex A2 92 5F 0 A 29 24 2E 1A 32
Octal 242 222 137 0 12 51 44 56 32 62
Binary 10100010 10010010 1011111 0 1010 101001 100100 101110 11010 110010

Color Harmonies of #A2925F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2925F

Black with #A2925F

Text Example


Text Example

White with #A2925F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2925F; }

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

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

background-color css

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

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

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

border-color css

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

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

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