Html Css Color HEX #AFAB33 Brass

📋 copy color: '#AFAB33'

red 175 ◦ green 171 ◦ blue 51

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

Shades of Brass #AFAB33

Tints of Brass #AFAB33

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

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

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

Color convert

RGB 175 171 51 -
CMYK 0 0.02 0.71 0.31
HSL 58.06º 0.55% 0.44% -
HSV(B) 58.06º 0.71% 0.69% -
XYZ 32.84 38.48 8.83 -
YUV 158.52 67.33 139.76 -
System Red Green Blue C M Y K H S L
Decimal 175 171 51 0 0.02 0.71 0.31 58.06 0.55 0.44
Hex AF AB 33 0 2 47 1F 3A 37 2C
Octal 257 253 63 0 2 107 37 72 67 54
Binary 10101111 10101011 110011 0 10 1000111 11111 111010 110111 101100

Color Harmonies of #AFAB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAB33

Black with #AFAB33

Text Example


Text Example

White with #AFAB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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