Html Css Color HEX #AFA83D Brass

📋 copy color: '#AFA83D'

red 175 ◦ green 168 ◦ blue 61

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

Shades of Brass #AFA83D

Tints of Brass #AFA83D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.1%

R = 43.32%
G = 41.58%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AFA83D (or 0xAFA83D) is known color: Brass. HEX triplet: AF, A8 and 3D. RGB value is (175,168,61). Sum of RGB (Red+Green+Blue) = 175+168+61=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA83D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA83D is #5057C2. Grayscale: #9E9E9E. Windows color (decimal): -5265347 or 4040879. OLE color: 4040879.

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

Color convert

RGB 175 168 61 -
CMYK 0 0.04 0.65 0.31
HSL 56.32º 0.48% 0.46% -
HSV(B) 56.32º 0.65% 0.69% -
XYZ 32.52 37.46 9.93 -
YUV 157.9 73.32 140.2 -
System Red Green Blue C M Y K H S L
Decimal 175 168 61 0 0.04 0.65 0.31 56.32 0.48 0.46
Hex AF A8 3D 0 4 41 1F 38 30 2E
Octal 257 250 75 0 4 101 37 70 60 56
Binary 10101111 10101000 111101 0 100 1000001 11111 111000 110000 101110

Color Harmonies of #AFA83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA83D

Black with #AFA83D

Text Example


Text Example

White with #AFA83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA83D; }

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

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

background-color css

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

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

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

border-color css

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

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

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