Html Css Color HEX #ABA03B Brass

📋 copy color: '#ABA03B'

red 171 ◦ green 160 ◦ blue 59

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

Shades of Brass #ABA03B

Tints of Brass #ABA03B

RGB

 RED value IS 171 (67.19% from 255) = 43.85%

 GREEN value IS 160 (62.89% from 255) = 41.03%

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

R = 43.85%
G = 41.03%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#ABA03B (or 0xABA03B) is known color: Brass. HEX triplet: AB, A0 and 3B. RGB value is (171,160,59). Sum of RGB (Red+Green+Blue) = 171+160+59=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 59 (23.44% from 255 or 15.13% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA03B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA03B is #545FC4. Grayscale: #989898. Windows color (decimal): -5529541 or 3907755. OLE color: 3907755.

HSL color Cylindrical-coordinate representation of color #ABA03B: hue angle of 54.11º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABA03B is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 160 59 -
CMYK 0 0.06 0.65 0.33
HSL 54.11º 0.49% 0.45% -
HSV(B) 54.11º 0.65% 0.67% -
XYZ 30.15 34.12 9.13 -
YUV 151.78 75.64 141.71 -
System Red Green Blue C M Y K H S L
Decimal 171 160 59 0 0.06 0.65 0.33 54.11 0.49 0.45
Hex AB A0 3B 0 6 41 21 36 31 2D
Octal 253 240 73 0 6 101 41 66 61 55
Binary 10101011 10100000 111011 0 110 1000001 100001 110110 110001 101101

Color Harmonies of #ABA03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA03B

Black with #ABA03B

Text Example


Text Example

White with #ABA03B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA03B; }

 p { color: rgb(171,160,59); }

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

background-color css

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

 a { background-color: rgb(171,160,59); }

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

border-color css

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

 span { border-color: rgb(171,160,59); }

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