Html Css Color HEX #AFB03F Brass

📋 copy color: '#AFB03F'

red 175 ◦ green 176 ◦ blue 63

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

Shades of Brass #AFB03F

Tints of Brass #AFB03F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.51%

 BLUE value IS 63 (25% from 255) = 15.22%

R = 42.27%
G = 42.51%
B = 15.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AFB03F (or 0xAFB03F) is known color: Brass. HEX triplet: AF, B0 and 3F. RGB value is (175,176,63). Sum of RGB (Red+Green+Blue) = 175+176+63=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 63 (25% from 255 or 15.22% from 414); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB03F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB03F is #504FC0. Grayscale: #A3A3A3. Windows color (decimal): -5263297 or 4173999. OLE color: 4173999.

HSL color Cylindrical-coordinate representation of color #AFB03F: hue angle of 60.53º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFB03F is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 176 63 -
CMYK 0.01 0 0.64 0.31
HSL 60.53º 0.47% 0.47% -
HSV(B) 60.53º 0.64% 0.69% -
XYZ 34.1 40.52 10.73 -
YUV 162.82 71.67 136.69 -
System Red Green Blue C M Y K H S L
Decimal 175 176 63 0.01 0 0.64 0.31 60.53 0.47 0.47
Hex AF B0 3F 1 0 40 1F 3D 2F 2F
Octal 257 260 77 1 0 100 37 75 57 57
Binary 10101111 10110000 111111 1 0 1000000 11111 111101 101111 101111

Color Harmonies of #AFB03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB03F

Black with #AFB03F

Text Example


Text Example

White with #AFB03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB03F; }

 p { color: rgb(175,176,63); }

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

background-color css

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

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

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

border-color css

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

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

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