Html Css Color HEX #AFA33C Brass

📋 copy color: '#AFA33C'

red 175 ◦ green 163 ◦ blue 60

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

Shades of Brass #AFA33C

Tints of Brass #AFA33C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.95%

 BLUE value IS 60 (23.83% from 255) = 15.08%

R = 43.97%
G = 40.95%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AFA33C (or 0xAFA33C) is known color: Brass. HEX triplet: AF, A3 and 3C. RGB value is (175,163,60). Sum of RGB (Red+Green+Blue) = 175+163+60=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA33C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA33C is #505CC3. Grayscale: #9B9B9B. Windows color (decimal): -5266628 or 3974063. OLE color: 3974063.

HSL color Cylindrical-coordinate representation of color #AFA33C: hue angle of 53.74º degrees, saturation: 0.49, 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 #AFA33C is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 163 60 -
CMYK 0 0.07 0.66 0.31
HSL 53.74º 0.49% 0.46% -
HSV(B) 53.74º 0.66% 0.69% -
XYZ 31.59 35.63 9.49 -
YUV 154.85 74.48 142.38 -
System Red Green Blue C M Y K H S L
Decimal 175 163 60 0 0.07 0.66 0.31 53.74 0.49 0.46
Hex AF A3 3C 0 7 42 1F 36 31 2E
Octal 257 243 74 0 7 102 37 66 61 56
Binary 10101111 10100011 111100 0 111 1000010 11111 110110 110001 101110

Color Harmonies of #AFA33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA33C

Black with #AFA33C

Text Example


Text Example

White with #AFA33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA33C; }

 p { color: rgb(175,163,60); }

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

background-color css

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

 a { background-color: rgb(175,163,60); }

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

border-color css

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

 span { border-color: rgb(175,163,60); }

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