Html Css Color HEX #AFAB41 Brass

📋 copy color: '#AFAB41'

red 175 ◦ green 171 ◦ blue 65

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

Shades of Brass #AFAB41

Tints of Brass #AFAB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.82%

R = 42.58%
G = 41.61%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AFAB41 (or 0xAFAB41) is known color: Brass. HEX triplet: AF, AB and 41. RGB value is (175,171,65). Sum of RGB (Red+Green+Blue) = 175+171+65=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAB41 is #5054BE. Grayscale: #A0A0A0. Windows color (decimal): -5264575 or 4303791. OLE color: 4303791.

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

Color convert

RGB 175 171 65 -
CMYK 0 0.02 0.63 0.31
HSL 57.82º 0.46% 0.47% -
HSV(B) 57.82º 0.63% 0.69% -
XYZ 33.2 38.62 10.71 -
YUV 160.11 74.33 138.62 -
System Red Green Blue C M Y K H S L
Decimal 175 171 65 0 0.02 0.63 0.31 57.82 0.46 0.47
Hex AF AB 41 0 2 3F 1F 3A 2E 2F
Octal 257 253 101 0 2 77 37 72 56 57
Binary 10101111 10101011 1000001 0 10 111111 11111 111010 101110 101111

Color Harmonies of #AFAB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAB41

Black with #AFAB41

Text Example


Text Example

White with #AFAB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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