Html Css Color HEX #AFA83B Brass

📋 copy color: '#AFA83B'

red 175 ◦ green 168 ◦ blue 59

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

Shades of Brass #AFA83B

Tints of Brass #AFA83B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.68%

R = 43.53%
G = 41.79%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AFA83B (or 0xAFA83B) is known color: Brass. HEX triplet: AF, A8 and 3B. RGB value is (175,168,59). Sum of RGB (Red+Green+Blue) = 175+168+59=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 59 (23.44% from 255 or 14.68% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA83B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA83B is #5057C4. Grayscale: #9E9E9E. Windows color (decimal): -5265349 or 3909807. OLE color: 3909807.

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

Color convert

RGB 175 168 59 -
CMYK 0 0.04 0.66 0.31
HSL 56.38º 0.5% 0.46% -
HSV(B) 56.38º 0.66% 0.69% -
XYZ 32.47 37.43 9.65 -
YUV 157.67 72.32 140.36 -
System Red Green Blue C M Y K H S L
Decimal 175 168 59 0 0.04 0.66 0.31 56.38 0.5 0.46
Hex AF A8 3B 0 4 42 1F 38 32 2E
Octal 257 250 73 0 4 102 37 70 62 56
Binary 10101111 10101000 111011 0 100 1000010 11111 111000 110010 101110

Color Harmonies of #AFA83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA83B

Black with #AFA83B

Text Example


Text Example

White with #AFA83B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA83B; }

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

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

background-color css

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

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

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

border-color css

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

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

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