Html Css Color HEX #AFB03C Brass

📋 copy color: '#AFB03C'

red 175 ◦ green 176 ◦ blue 60

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

Shades of Brass #AFB03C

Tints of Brass #AFB03C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.6%

R = 42.58%
G = 42.82%
B = 14.6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AFB03C (or 0xAFB03C) is known color: Brass. HEX triplet: AF, B0 and 3C. RGB value is (175,176,60). Sum of RGB (Red+Green+Blue) = 175+176+60=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB03C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB03C is #504FC3. Grayscale: #A2A2A2. Windows color (decimal): -5263300 or 3977391. OLE color: 3977391.

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

Color convert

RGB 175 176 60 -
CMYK 0.01 0 0.66 0.31
HSL 60.52º 0.49% 0.46% -
HSV(B) 60.52º 0.66% 0.69% -
XYZ 34.02 40.49 10.3 -
YUV 162.48 70.17 136.93 -
System Red Green Blue C M Y K H S L
Decimal 175 176 60 0.01 0 0.66 0.31 60.52 0.49 0.46
Hex AF B0 3C 1 0 42 1F 3D 31 2E
Octal 257 260 74 1 0 102 37 75 61 56
Binary 10101111 10110000 111100 1 0 1000010 11111 111101 110001 101110

Color Harmonies of #AFB03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB03C

Black with #AFB03C

Text Example


Text Example

White with #AFB03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB03C; }

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

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

background-color css

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

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

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

border-color css

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

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

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