Html Css Color HEX #AFAF4B Brass

📋 copy color: '#AFAF4B'

red 175 ◦ green 175 ◦ blue 75

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

Shades of Brass #AFAF4B

Tints of Brass #AFAF4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.65%

R = 41.18%
G = 41.18%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AFAF4B (or 0xAFAF4B) is known color: Brass. HEX triplet: AF, AF and 4B. RGB value is (175,175,75). Sum of RGB (Red+Green+Blue) = 175+175+75=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 75 (29.69% from 255 or 17.65% from 425); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAF4B is #5050B4. Grayscale: #A4A4A4. Windows color (decimal): -5263541 or 4960175. OLE color: 4960175.

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

Color convert

RGB 175 175 75 -
CMYK 0 0 0.57 0.31
HSL 60º 0.4% 0.49% -
HSV(B) 60º 0.57% 0.69% -
XYZ 34.28 40.28 12.63 -
YUV 163.6 78 136.13 -
System Red Green Blue C M Y K H S L
Decimal 175 175 75 0 0 0.57 0.31 60 0.4 0.49
Hex AF AF 4B 0 0 39 1F 3C 28 31
Octal 257 257 113 0 0 71 37 74 50 61
Binary 10101111 10101111 1001011 0 0 111001 11111 111100 101000 110001

Color Harmonies of #AFAF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAF4B

Black with #AFAF4B

Text Example


Text Example

White with #AFAF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAF4B; }

 p { color: rgb(175,175,75); }

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

background-color css

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

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

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

border-color css

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

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

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