Html Css Color HEX #AFB23C Brass

📋 copy color: '#AFB23C'

red 175 ◦ green 178 ◦ blue 60

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

Shades of Brass #AFB23C

Tints of Brass #AFB23C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.1%

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

R = 42.37%
G = 43.1%
B = 14.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#AFB23C (or 0xAFB23C) is known color: Brass. HEX triplet: AF, B2 and 3C. RGB value is (175,178,60). Sum of RGB (Red+Green+Blue) = 175+178+60=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 60 (23.83% from 255 or 14.53% from 413); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB23C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB23C is #504DC3. Grayscale: #A4A4A4. Windows color (decimal): -5262788 or 3977903. OLE color: 3977903.

HSL color Cylindrical-coordinate representation of color #AFB23C: hue angle of 61.53º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFB23C is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 178 60 -
CMYK 0.02 0 0.66 0.30
HSL 61.53º 0.5% 0.47% -
HSV(B) 61.53º 0.66% 0.7% -
XYZ 34.42 41.28 10.43 -
YUV 163.65 69.51 136.09 -
System Red Green Blue C M Y K H S L
Decimal 175 178 60 0.02 0 0.66 0.30 61.53 0.5 0.47
Hex AF B2 3C 2 0 42 1E 3E 32 2F
Octal 257 262 74 2 0 102 36 76 62 57
Binary 10101111 10110010 111100 10 0 1000010 11110 111110 110010 101111

Color Harmonies of #AFB23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB23C

Black with #AFB23C

Text Example


Text Example

White with #AFB23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB23C; }

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

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

background-color css

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

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

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

border-color css

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

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

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