Html Css Color HEX #AFAB4B Brass

📋 copy color: '#AFAB4B'

red 175 ◦ green 171 ◦ blue 75

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

Shades of Brass #AFAB4B

Tints of Brass #AFAB4B

RGB

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

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

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

R = 41.57%
G = 40.62%
B = 17.81%

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

#AFAB4B (or 0xAFAB4B) is known color: Brass. HEX triplet: AF, AB and 4B. RGB value is (175,171,75). Sum of RGB (Red+Green+Blue) = 175+171+75=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 75 (29.69% from 255 or 17.81% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAB4B is #5054B4. Grayscale: #A1A1A1. Windows color (decimal): -5264565 or 4959151. OLE color: 4959151.

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

Color convert

RGB 175 171 75 -
CMYK 0 0.02 0.57 0.31
HSL 57.6º 0.4% 0.49% -
HSV(B) 57.6º 0.57% 0.69% -
XYZ 33.51 38.75 12.37 -
YUV 161.25 79.33 137.81 -
System Red Green Blue C M Y K H S L
Decimal 175 171 75 0 0.02 0.57 0.31 57.6 0.4 0.49
Hex AF AB 4B 0 2 39 1F 3A 28 31
Octal 257 253 113 0 2 71 37 72 50 61
Binary 10101111 10101011 1001011 0 10 111001 11111 111010 101000 110001

Color Harmonies of #AFAB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAB4B

Black with #AFAB4B

Text Example


Text Example

White with #AFAB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAB4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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