Html Css Color HEX #AFA933 Brass

📋 copy color: '#AFA933'

red 175 ◦ green 169 ◦ blue 51

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

Shades of Brass #AFA933

Tints of Brass #AFA933

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.78%

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

R = 44.3%
G = 42.78%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AFA933 (or 0xAFA933) is known color: Brass. HEX triplet: AF, A9 and 33. RGB value is (175,169,51). Sum of RGB (Red+Green+Blue) = 175+169+51=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 51 (20.31% from 255 or 12.91% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA933 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA933 is #5056CC. Grayscale: #9D9D9D. Windows color (decimal): -5265101 or 3385775. OLE color: 3385775.

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

Color convert

RGB 175 169 51 -
CMYK 0 0.03 0.71 0.31
HSL 57.1º 0.55% 0.44% -
HSV(B) 57.1º 0.71% 0.69% -
XYZ 32.46 37.73 8.7 -
YUV 157.34 67.99 140.59 -
System Red Green Blue C M Y K H S L
Decimal 175 169 51 0 0.03 0.71 0.31 57.1 0.55 0.44
Hex AF A9 33 0 3 47 1F 39 37 2C
Octal 257 251 63 0 3 107 37 71 67 54
Binary 10101111 10101001 110011 0 11 1000111 11111 111001 110111 101100

Color Harmonies of #AFA933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA933

Black with #AFA933

Text Example


Text Example

White with #AFA933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA933; }

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

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

background-color css

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

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

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

border-color css

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

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

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