Html Css Color HEX #AFAF33 Brass

📋 copy color: '#AFAF33'

red 175 ◦ green 175 ◦ blue 51

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

Shades of Brass #AFAF33

Tints of Brass #AFAF33

RGB

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

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

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

R = 43.64%
G = 43.64%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AFAF33 (or 0xAFAF33) is known color: Brass. HEX triplet: AF, AF and 33. RGB value is (175,175,51). Sum of RGB (Red+Green+Blue) = 175+175+51=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 51 (20.31% from 255 or 12.72% from 401); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAF33 is #5050CC. Grayscale: #A1A1A1. Windows color (decimal): -5263565 or 3387311. OLE color: 3387311.

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

Color convert

RGB 175 175 51 -
CMYK 0 0 0.71 0.31
HSL 60º 0.55% 0.44% -
HSV(B) 60º 0.71% 0.69% -
XYZ 33.61 40.01 9.08 -
YUV 160.86 66 138.08 -
System Red Green Blue C M Y K H S L
Decimal 175 175 51 0 0 0.71 0.31 60 0.55 0.44
Hex AF AF 33 0 0 47 1F 3C 37 2C
Octal 257 257 63 0 0 107 37 74 67 54
Binary 10101111 10101111 110011 0 0 1000111 11111 111100 110111 101100

Color Harmonies of #AFAF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAF33

Black with #AFAF33

Text Example


Text Example

White with #AFAF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAF33; }

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

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

background-color css

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

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

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

border-color css

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

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

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