Html Css Color HEX #AFB04A Brass

📋 copy color: '#AFB04A'

red 175 ◦ green 176 ◦ blue 74

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

Shades of Brass #AFB04A

Tints of Brass #AFB04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.41%

R = 41.18%
G = 41.41%
B = 17.41%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AFB04A (or 0xAFB04A) is known color: Brass. HEX triplet: AF, B0 and 4A. RGB value is (175,176,74). Sum of RGB (Red+Green+Blue) = 175+176+74=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB04A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB04A is #504FB5. Grayscale: #A4A4A4. Windows color (decimal): -5263286 or 4894895. OLE color: 4894895.

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

Color convert

RGB 175 176 74 -
CMYK 0.01 0 0.58 0.31
HSL 60.59º 0.41% 0.49% -
HSV(B) 60.59º 0.58% 0.69% -
XYZ 34.44 40.66 12.51 -
YUV 164.07 77.17 135.79 -
System Red Green Blue C M Y K H S L
Decimal 175 176 74 0.01 0 0.58 0.31 60.59 0.41 0.49
Hex AF B0 4A 1 0 3A 1F 3D 29 31
Octal 257 260 112 1 0 72 37 75 51 61
Binary 10101111 10110000 1001010 1 0 111010 11111 111101 101001 110001

Color Harmonies of #AFB04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB04A

Black with #AFB04A

Text Example


Text Example

White with #AFB04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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