Html Css Color HEX #AFAB44 Brass

📋 copy color: '#AFAB44'

red 175 ◦ green 171 ◦ blue 68

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

Shades of Brass #AFAB44

Tints of Brass #AFAB44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.43%

R = 42.27%
G = 41.3%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AFAB44 (or 0xAFAB44) is known color: Brass. HEX triplet: AF, AB and 44. RGB value is (175,171,68). Sum of RGB (Red+Green+Blue) = 175+171+68=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 68 (26.95% from 255 or 16.43% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAB44 is #5054BB. Grayscale: #A0A0A0. Windows color (decimal): -5264572 or 4500399. OLE color: 4500399.

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

Color convert

RGB 175 171 68 -
CMYK 0 0.02 0.61 0.31
HSL 57.76º 0.44% 0.48% -
HSV(B) 57.76º 0.61% 0.69% -
XYZ 33.29 38.66 11.18 -
YUV 160.45 75.83 138.38 -
System Red Green Blue C M Y K H S L
Decimal 175 171 68 0 0.02 0.61 0.31 57.76 0.44 0.48
Hex AF AB 44 0 2 3D 1F 3A 2C 30
Octal 257 253 104 0 2 75 37 72 54 60
Binary 10101111 10101011 1000100 0 10 111101 11111 111010 101100 110000

Color Harmonies of #AFAB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAB44

Black with #AFAB44

Text Example


Text Example

White with #AFAB44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAB44; }

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

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

background-color css

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

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

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

border-color css

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

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

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