Html Css Color HEX #AFAB46 Brass

📋 copy color: '#AFAB46'

red 175 ◦ green 171 ◦ blue 70

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

Shades of Brass #AFAB46

Tints of Brass #AFAB46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.83%

R = 42.07%
G = 41.11%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AFAB46 (or 0xAFAB46) is known color: Brass. HEX triplet: AF, AB and 46. RGB value is (175,171,70). Sum of RGB (Red+Green+Blue) = 175+171+70=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 70 (27.73% from 255 or 16.83% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAB46 is #5054B9. Grayscale: #A1A1A1. Windows color (decimal): -5264570 or 4631471. OLE color: 4631471.

HSL color Cylindrical-coordinate representation of color #AFAB46: hue angle of 57.71º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFAB46 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 171 70 -
CMYK 0 0.02 0.60 0.31
HSL 57.71º 0.43% 0.48% -
HSV(B) 57.71º 0.6% 0.69% -
XYZ 33.35 38.68 11.5 -
YUV 160.68 76.83 138.21 -
System Red Green Blue C M Y K H S L
Decimal 175 171 70 0 0.02 0.60 0.31 57.71 0.43 0.48
Hex AF AB 46 0 2 3C 1F 3A 2B 30
Octal 257 253 106 0 2 74 37 72 53 60
Binary 10101111 10101011 1000110 0 10 111100 11111 111010 101011 110000

Color Harmonies of #AFAB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAB46

Black with #AFAB46

Text Example


Text Example

White with #AFAB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAB46; }

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

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

background-color css

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

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

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

border-color css

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

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

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