Html Css Color HEX #AFA83F Brass

📋 copy color: '#AFA83F'

red 175 ◦ green 168 ◦ blue 63

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

Shades of Brass #AFA83F

Tints of Brass #AFA83F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.38%

 BLUE value IS 63 (25% from 255) = 15.52%

R = 43.1%
G = 41.38%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AFA83F (or 0xAFA83F) is known color: Brass. HEX triplet: AF, A8 and 3F. RGB value is (175,168,63). Sum of RGB (Red+Green+Blue) = 175+168+63=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 63 (25% from 255 or 15.52% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA83F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA83F is #5057C0. Grayscale: #9E9E9E. Windows color (decimal): -5265345 or 4171951. OLE color: 4171951.

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

Color convert

RGB 175 168 63 -
CMYK 0 0.04 0.64 0.31
HSL 56.25º 0.47% 0.47% -
HSV(B) 56.25º 0.64% 0.69% -
XYZ 32.58 37.48 10.22 -
YUV 158.12 74.32 140.04 -
System Red Green Blue C M Y K H S L
Decimal 175 168 63 0 0.04 0.64 0.31 56.25 0.47 0.47
Hex AF A8 3F 0 4 40 1F 38 2F 2F
Octal 257 250 77 0 4 100 37 70 57 57
Binary 10101111 10101000 111111 0 100 1000000 11111 111000 101111 101111

Color Harmonies of #AFA83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA83F

Black with #AFA83F

Text Example


Text Example

White with #AFA83F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA83F; }

 p { color: rgb(175,168,63); }

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

background-color css

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

 a { background-color: rgb(175,168,63); }

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

border-color css

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

 span { border-color: rgb(175,168,63); }

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