Html Css Color HEX #AFB039 Brass

📋 copy color: '#AFB039'

red 175 ◦ green 176 ◦ blue 57

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

Shades of Brass #AFB039

Tints of Brass #AFB039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.97%

R = 42.89%
G = 43.14%
B = 13.97%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AFB039 (or 0xAFB039) is known color: Brass. HEX triplet: AF, B0 and 39. RGB value is (175,176,57). Sum of RGB (Red+Green+Blue) = 175+176+57=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 57 (22.66% from 255 or 13.97% from 408); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB039 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB039 is #504FC6. Grayscale: #A2A2A2. Windows color (decimal): -5263303 or 3780783. OLE color: 3780783.

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

Color convert

RGB 175 176 57 -
CMYK 0.01 0 0.68 0.31
HSL 60.5º 0.51% 0.46% -
HSV(B) 60.5º 0.68% 0.69% -
XYZ 33.94 40.46 9.89 -
YUV 162.14 68.67 137.18 -
System Red Green Blue C M Y K H S L
Decimal 175 176 57 0.01 0 0.68 0.31 60.5 0.51 0.46
Hex AF B0 39 1 0 44 1F 3D 33 2E
Octal 257 260 71 1 0 104 37 75 63 56
Binary 10101111 10110000 111001 1 0 1000100 11111 111101 110011 101110

Color Harmonies of #AFB039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB039

Black with #AFB039

Text Example


Text Example

White with #AFB039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB039; }

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

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

background-color css

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

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

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

border-color css

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

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

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