Html Css Color HEX #AFAC4B Brass

📋 copy color: '#AFAC4B'

red 175 ◦ green 172 ◦ blue 75

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

Shades of Brass #AFAC4B

Tints of Brass #AFAC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.77%

R = 41.47%
G = 40.76%
B = 17.77%

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

#AFAC4B (or 0xAFAC4B) is known color: Brass. HEX triplet: AF, AC and 4B. RGB value is (175,172,75). Sum of RGB (Red+Green+Blue) = 175+172+75=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 75 (29.69% from 255 or 17.77% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAC4B is #5053B4. Grayscale: #A2A2A2. Windows color (decimal): -5264309 or 4959407. OLE color: 4959407.

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

Color convert

RGB 175 172 75 -
CMYK 0 0.02 0.57 0.31
HSL 58.2º 0.4% 0.49% -
HSV(B) 58.2º 0.57% 0.69% -
XYZ 33.7 39.13 12.43 -
YUV 161.84 78.99 137.39 -
System Red Green Blue C M Y K H S L
Decimal 175 172 75 0 0.02 0.57 0.31 58.2 0.4 0.49
Hex AF AC 4B 0 2 39 1F 3A 28 31
Octal 257 254 113 0 2 71 37 72 50 61
Binary 10101111 10101100 1001011 0 10 111001 11111 111010 101000 110001

Color Harmonies of #AFAC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAC4B

Black with #AFAC4B

Text Example


Text Example

White with #AFAC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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