Html Css Color HEX #AFAE35 Brass

📋 copy color: '#AFAE35'

red 175 ◦ green 174 ◦ blue 53

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

Shades of Brass #AFAE35

Tints of Brass #AFAE35

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.28%

 BLUE value IS 53 (21.09% from 255) = 13.18%

R = 43.53%
G = 43.28%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AFAE35 (or 0xAFAE35) is known color: Brass. HEX triplet: AF, AE and 35. RGB value is (175,174,53). Sum of RGB (Red+Green+Blue) = 175+174+53=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 53 (21.09% from 255 or 13.18% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAE35 is #5051CA. Grayscale: #A0A0A0. Windows color (decimal): -5263819 or 3518127. OLE color: 3518127.

HSL color Cylindrical-coordinate representation of color #AFAE35: hue angle of 59.51º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFAE35 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 174 53 -
CMYK 0 0.01 0.70 0.31
HSL 59.51º 0.54% 0.45% -
HSV(B) 59.51º 0.7% 0.69% -
XYZ 33.46 39.64 9.26 -
YUV 160.51 67.33 138.34 -
System Red Green Blue C M Y K H S L
Decimal 175 174 53 0 0.01 0.70 0.31 59.51 0.54 0.45
Hex AF AE 35 0 1 46 1F 3C 36 2D
Octal 257 256 65 0 1 106 37 74 66 55
Binary 10101111 10101110 110101 0 1 1000110 11111 111100 110110 101101

Color Harmonies of #AFAE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAE35

Black with #AFAE35

Text Example


Text Example

White with #AFAE35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAE35; }

 p { color: rgb(175,174,53); }

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

background-color css

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

 a { background-color: rgb(175,174,53); }

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

border-color css

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

 span { border-color: rgb(175,174,53); }

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