Html Css Color HEX #AFAC44 Brass

📋 copy color: '#AFAC44'

red 175 ◦ green 172 ◦ blue 68

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

Shades of Brass #AFAC44

Tints of Brass #AFAC44

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.45%

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

R = 42.17%
G = 41.45%
B = 16.39%

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

#AFAC44 (or 0xAFAC44) is known color: Brass. HEX triplet: AF, AC and 44. RGB value is (175,172,68). Sum of RGB (Red+Green+Blue) = 175+172+68=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 68 (26.95% from 255 or 16.39% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAC44 is #5053BB. Grayscale: #A1A1A1. Windows color (decimal): -5264316 or 4500655. OLE color: 4500655.

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

Color convert

RGB 175 172 68 -
CMYK 0 0.02 0.61 0.31
HSL 58.32º 0.44% 0.48% -
HSV(B) 58.32º 0.61% 0.69% -
XYZ 33.48 39.04 11.24 -
YUV 161.04 75.49 137.96 -
System Red Green Blue C M Y K H S L
Decimal 175 172 68 0 0.02 0.61 0.31 58.32 0.44 0.48
Hex AF AC 44 0 2 3D 1F 3A 2C 30
Octal 257 254 104 0 2 75 37 72 54 60
Binary 10101111 10101100 1000100 0 10 111101 11111 111010 101100 110000

Color Harmonies of #AFAC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAC44

Black with #AFAC44

Text Example


Text Example

White with #AFAC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAC44; }

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

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

background-color css

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

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

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

border-color css

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

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

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