Html Css Color HEX #A7A15F Gimblet

📋 copy color: '#A7A15F'

red 167 ◦ green 161 ◦ blue 95

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

Shades of Gimblet #A7A15F

Tints of Gimblet #A7A15F

RGB

 RED value IS 167 (65.63% from 255) = 39.48%

 GREEN value IS 161 (63.28% from 255) = 38.06%

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

R = 39.48%
G = 38.06%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A7A15F (or 0xA7A15F) is known color: Gimblet. HEX triplet: A7, A1 and 5F. RGB value is (167,161,95). Sum of RGB (Red+Green+Blue) = 167+161+95=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A15F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A15F is #585EA0. Grayscale: #9B9B9B. Windows color (decimal): -5791393 or 6267303. OLE color: 6267303.

HSL color Cylindrical-coordinate representation of color #A7A15F: hue angle of 55º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A7A15F is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 161 95 -
CMYK 0 0.04 0.43 0.35
HSL 55º 0.29% 0.51% -
HSV(B) 55º 0.43% 0.65% -
XYZ 30.75 34.53 15.87 -
YUV 155.27 93.99 136.37 -
System Red Green Blue C M Y K H S L
Decimal 167 161 95 0 0.04 0.43 0.35 55 0.29 0.51
Hex A7 A1 5F 0 4 2B 23 37 1D 33
Octal 247 241 137 0 4 53 43 67 35 63
Binary 10100111 10100001 1011111 0 100 101011 100011 110111 11101 110011

Color Harmonies of #A7A15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A15F

Black with #A7A15F

Text Example


Text Example

White with #A7A15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A15F; }

 p { color: rgb(167,161,95); }

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

background-color css

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

 a { background-color: rgb(167,161,95); }

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

border-color css

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

 span { border-color: rgb(167,161,95); }

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