Html Css Color HEX #AFAB3C Brass

📋 copy color: '#AFAB3C'

red 175 ◦ green 171 ◦ blue 60

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

Shades of Brass #AFAB3C

Tints of Brass #AFAB3C

RGB

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

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

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

R = 43.1%
G = 42.12%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AFAB3C (or 0xAFAB3C) is known color: Brass. HEX triplet: AF, AB and 3C. RGB value is (175,171,60). Sum of RGB (Red+Green+Blue) = 175+171+60=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 60 (23.83% from 255 or 14.78% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAB3C is #5054C3. Grayscale: #9F9F9F. Windows color (decimal): -5264580 or 3976111. OLE color: 3976111.

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

Color convert

RGB 175 171 60 -
CMYK 0 0.02 0.66 0.31
HSL 57.91º 0.49% 0.46% -
HSV(B) 57.91º 0.66% 0.69% -
XYZ 33.06 38.57 9.98 -
YUV 159.54 71.83 139.03 -
System Red Green Blue C M Y K H S L
Decimal 175 171 60 0 0.02 0.66 0.31 57.91 0.49 0.46
Hex AF AB 3C 0 2 42 1F 3A 31 2E
Octal 257 253 74 0 2 102 37 72 61 56
Binary 10101111 10101011 111100 0 10 1000010 11111 111010 110001 101110

Color Harmonies of #AFAB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAB3C

Black with #AFAB3C

Text Example


Text Example

White with #AFAB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAB3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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