Html Css Color HEX #AFA735 Brass

📋 copy color: '#AFA735'

red 175 ◦ green 167 ◦ blue 53

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

Shades of Brass #AFA735

Tints of Brass #AFA735

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.28%

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

R = 44.3%
G = 42.28%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AFA735 (or 0xAFA735) is known color: Brass. HEX triplet: AF, A7 and 35. RGB value is (175,167,53). Sum of RGB (Red+Green+Blue) = 175+167+53=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 167 (65.62% from 255 or 42.28% from 395); Blue value is 53 (21.09% from 255 or 13.42% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA735 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA735 is #5058CA. Grayscale: #9C9C9C. Windows color (decimal): -5265611 or 3516335. OLE color: 3516335.

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

Color convert

RGB 175 167 53 -
CMYK 0 0.05 0.70 0.31
HSL 56.07º 0.54% 0.45% -
HSV(B) 56.07º 0.7% 0.69% -
XYZ 32.14 37.01 8.82 -
YUV 156.4 69.65 141.27 -
System Red Green Blue C M Y K H S L
Decimal 175 167 53 0 0.05 0.70 0.31 56.07 0.54 0.45
Hex AF A7 35 0 5 46 1F 38 36 2D
Octal 257 247 65 0 5 106 37 70 66 55
Binary 10101111 10100111 110101 0 101 1000110 11111 111000 110110 101101

Color Harmonies of #AFA735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA735

Black with #AFA735

Text Example


Text Example

White with #AFA735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA735; }

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

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

background-color css

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

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

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

border-color css

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

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

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