Html Css Color HEX #AFAB3F Brass

📋 copy color: '#AFAB3F'

red 175 ◦ green 171 ◦ blue 63

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

Shades of Brass #AFAB3F

Tints of Brass #AFAB3F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.81%

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

R = 42.79%
G = 41.81%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AFAB3F (or 0xAFAB3F) is known color: Brass. HEX triplet: AF, AB and 3F. RGB value is (175,171,63). Sum of RGB (Red+Green+Blue) = 175+171+63=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 63 (25% from 255 or 15.40% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAB3F is #5054C0. Grayscale: #A0A0A0. Windows color (decimal): -5264577 or 4172719. OLE color: 4172719.

HSL color Cylindrical-coordinate representation of color #AFAB3F: hue angle of 57.86º 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 #AFAB3F is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 171 63 -
CMYK 0 0.02 0.64 0.31
HSL 57.86º 0.47% 0.47% -
HSV(B) 57.86º 0.64% 0.69% -
XYZ 33.14 38.6 10.41 -
YUV 159.88 73.33 138.78 -
System Red Green Blue C M Y K H S L
Decimal 175 171 63 0 0.02 0.64 0.31 57.86 0.47 0.47
Hex AF AB 3F 0 2 40 1F 3A 2F 2F
Octal 257 253 77 0 2 100 37 72 57 57
Binary 10101111 10101011 111111 0 10 1000000 11111 111010 101111 101111

Color Harmonies of #AFAB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAB3F

Black with #AFAB3F

Text Example


Text Example

White with #AFAB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAB3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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