Html Css Color HEX #ABAB35 Brass

📋 copy color: '#ABAB35'

red 171 ◦ green 171 ◦ blue 53

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

Shades of Brass #ABAB35

Tints of Brass #ABAB35

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.29%

 BLUE value IS 53 (21.09% from 255) = 13.42%

R = 43.29%
G = 43.29%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#ABAB35 (or 0xABAB35) is known color: Brass. HEX triplet: AB, AB and 35. RGB value is (171,171,53). Sum of RGB (Red+Green+Blue) = 171+171+53=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 53 (21.09% from 255 or 13.42% from 395); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAB35 is #5454CA. Grayscale: #9E9E9E. Windows color (decimal): -5526731 or 3517355. OLE color: 3517355.

HSL color Cylindrical-coordinate representation of color #ABAB35: hue angle of 60º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ABAB35 is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 171 53 -
CMYK 0 0 0.69 0.33
HSL 60º 0.53% 0.44% -
HSV(B) 60º 0.69% 0.67% -
XYZ 32 38.04 9.02 -
YUV 157.55 69 137.59 -
System Red Green Blue C M Y K H S L
Decimal 171 171 53 0 0 0.69 0.33 60 0.53 0.44
Hex AB AB 35 0 0 45 21 3C 35 2C
Octal 253 253 65 0 0 105 41 74 65 54
Binary 10101011 10101011 110101 0 0 1000101 100001 111100 110101 101100

Color Harmonies of #ABAB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB35

Black with #ABAB35

Text Example


Text Example

White with #ABAB35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB35; }

 p { color: rgb(171,171,53); }

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

background-color css

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

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

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

border-color css

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

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

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