Html Css Color HEX #AFAC43 Brass

📋 copy color: '#AFAC43'

red 175 ◦ green 172 ◦ blue 67

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

Shades of Brass #AFAC43

Tints of Brass #AFAC43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.18%

R = 42.27%
G = 41.55%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AFAC43 (or 0xAFAC43) is known color: Brass. HEX triplet: AF, AC and 43. RGB value is (175,172,67). Sum of RGB (Red+Green+Blue) = 175+172+67=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 67 (26.56% from 255 or 16.18% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAC43 is #5053BC. Grayscale: #A1A1A1. Windows color (decimal): -5264317 or 4435119. OLE color: 4435119.

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

Color convert

RGB 175 172 67 -
CMYK 0 0.02 0.62 0.31
HSL 58.33º 0.45% 0.47% -
HSV(B) 58.33º 0.62% 0.69% -
XYZ 33.44 39.02 11.08 -
YUV 160.93 74.99 138.04 -
System Red Green Blue C M Y K H S L
Decimal 175 172 67 0 0.02 0.62 0.31 58.33 0.45 0.47
Hex AF AC 43 0 2 3E 1F 3A 2D 2F
Octal 257 254 103 0 2 76 37 72 55 57
Binary 10101111 10101100 1000011 0 10 111110 11111 111010 101101 101111

Color Harmonies of #AFAC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAC43

Black with #AFAC43

Text Example


Text Example

White with #AFAC43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAC43; }

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

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

background-color css

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

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

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

border-color css

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

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

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