Html Css Color HEX #AFAB4C Brass

📋 copy color: '#AFAB4C'

red 175 ◦ green 171 ◦ blue 76

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

Shades of Brass #AFAB4C

Tints of Brass #AFAB4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.01%

R = 41.47%
G = 40.52%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AFAB4C (or 0xAFAB4C) is known color: Brass. HEX triplet: AF, AB and 4C. RGB value is (175,171,76). Sum of RGB (Red+Green+Blue) = 175+171+76=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAB4C is #5054B3. Grayscale: #A1A1A1. Windows color (decimal): -5264564 or 5024687. OLE color: 5024687.

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

Color convert

RGB 175 171 76 -
CMYK 0 0.02 0.57 0.31
HSL 57.58º 0.39% 0.49% -
HSV(B) 57.58º 0.57% 0.69% -
XYZ 33.55 38.76 12.55 -
YUV 161.37 79.83 137.72 -
System Red Green Blue C M Y K H S L
Decimal 175 171 76 0 0.02 0.57 0.31 57.58 0.39 0.49
Hex AF AB 4C 0 2 39 1F 3A 27 31
Octal 257 253 114 0 2 71 37 72 47 61
Binary 10101111 10101011 1001100 0 10 111001 11111 111010 100111 110001

Color Harmonies of #AFAB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAB4C

Black with #AFAB4C

Text Example


Text Example

White with #AFAB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAB4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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