Html Css Color HEX #A5B03B Brass

📋 copy color: '#A5B03B'

red 165 ◦ green 176 ◦ blue 59

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

Shades of Brass #A5B03B

Tints of Brass #A5B03B

RGB

 RED value IS 165 (64.84% from 255) = 41.25%

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

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

R = 41.25%
G = 44%
B = 14.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#A5B03B (or 0xA5B03B) is known color: Brass. HEX triplet: A5, B0 and 3B. RGB value is (165,176,59). Sum of RGB (Red+Green+Blue) = 165+176+59=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 59 (23.44% from 255 or 14.75% from 400); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B03B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5B03B is #5A4FC4. Grayscale: #9F9F9F. Windows color (decimal): -5918661 or 3911845. OLE color: 3911845.

HSL color Cylindrical-coordinate representation of color #A5B03B: hue angle of 65.64º 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 #A5B03B is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 176 59 -
CMYK 0.06 0 0.66 0.31
HSL 65.64º 0.5% 0.46% -
HSV(B) 65.64º 0.66% 0.69% -
XYZ 31.83 39.37 10.06 -
YUV 159.37 71.36 132.01 -
System Red Green Blue C M Y K H S L
Decimal 165 176 59 0.06 0 0.66 0.31 65.64 0.5 0.46
Hex A5 B0 3B 6 0 42 1F 42 32 2E
Octal 245 260 73 6 0 102 37 102 62 56
Binary 10100101 10110000 111011 110 0 1000010 11111 1000010 110010 101110

Color Harmonies of #A5B03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B03B

Black with #A5B03B

Text Example


Text Example

White with #A5B03B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B03B; }

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

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

background-color css

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

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

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

border-color css

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

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

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