Html Css Color HEX #A7B03B Brass

📋 copy color: '#A7B03B'

red 167 ◦ green 176 ◦ blue 59

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

Shades of Brass #A7B03B

Tints of Brass #A7B03B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.78%

 BLUE value IS 59 (23.44% from 255) = 14.68%

R = 41.54%
G = 43.78%
B = 14.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#A7B03B (or 0xA7B03B) is known color: Brass. HEX triplet: A7, B0 and 3B. RGB value is (167,176,59). Sum of RGB (Red+Green+Blue) = 167+176+59=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 59 (23.44% from 255 or 14.68% from 402); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B03B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7B03B is #584FC4. Grayscale: #A0A0A0. Windows color (decimal): -5787589 or 3911847. OLE color: 3911847.

HSL color Cylindrical-coordinate representation of color #A7B03B: hue angle of 64.62º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A7B03B is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 176 59 -
CMYK 0.05 0 0.66 0.31
HSL 64.62º 0.5% 0.46% -
HSV(B) 64.62º 0.66% 0.69% -
XYZ 32.25 39.58 10.08 -
YUV 159.97 71.02 133.01 -
System Red Green Blue C M Y K H S L
Decimal 167 176 59 0.05 0 0.66 0.31 64.62 0.5 0.46
Hex A7 B0 3B 5 0 42 1F 41 32 2E
Octal 247 260 73 5 0 102 37 101 62 56
Binary 10100111 10110000 111011 101 0 1000010 11111 1000001 110010 101110

Color Harmonies of #A7B03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B03B

Black with #A7B03B

Text Example


Text Example

White with #A7B03B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B03B; }

 p { color: rgb(167,176,59); }

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

background-color css

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

 a { background-color: rgb(167,176,59); }

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

border-color css

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

 span { border-color: rgb(167,176,59); }

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