Html Css Color HEX #ABAF33 Brass

📋 copy color: '#ABAF33'

red 171 ◦ green 175 ◦ blue 51

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

Shades of Brass #ABAF33

Tints of Brass #ABAF33

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.08%

 BLUE value IS 51 (20.31% from 255) = 12.85%

R = 43.07%
G = 44.08%
B = 12.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#ABAF33 (or 0xABAF33) is known color: Brass. HEX triplet: AB, AF and 33. RGB value is (171,175,51). Sum of RGB (Red+Green+Blue) = 171+175+51=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 51 (20.31% from 255 or 12.85% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAF33 is #5450CC. Grayscale: #A0A0A0. Windows color (decimal): -5525709 or 3387307. OLE color: 3387307.

HSL color Cylindrical-coordinate representation of color #ABAF33: hue angle of 61.94º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ABAF33 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 175 51 -
CMYK 0.02 0 0.71 0.31
HSL 61.94º 0.55% 0.44% -
HSV(B) 61.94º 0.71% 0.69% -
XYZ 32.72 39.56 9.04 -
YUV 159.67 66.67 136.08 -
System Red Green Blue C M Y K H S L
Decimal 171 175 51 0.02 0 0.71 0.31 61.94 0.55 0.44
Hex AB AF 33 2 0 47 1F 3E 37 2C
Octal 253 257 63 2 0 107 37 76 67 54
Binary 10101011 10101111 110011 10 0 1000111 11111 111110 110111 101100

Color Harmonies of #ABAF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF33

Black with #ABAF33

Text Example


Text Example

White with #ABAF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF33; }

 p { color: rgb(171,175,51); }

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

background-color css

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

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

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

border-color css

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

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

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