Html Css Color HEX #AFB23F Brass

📋 copy color: '#AFB23F'

red 175 ◦ green 178 ◦ blue 63

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

Shades of Brass #AFB23F

Tints of Brass #AFB23F

RGB

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

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

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

R = 42.07%
G = 42.79%
B = 15.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#AFB23F (or 0xAFB23F) is known color: Brass. HEX triplet: AF, B2 and 3F. RGB value is (175,178,63). Sum of RGB (Red+Green+Blue) = 175+178+63=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 63 (25% from 255 or 15.14% from 416); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB23F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB23F is #504DC0. Grayscale: #A4A4A4. Windows color (decimal): -5262785 or 4174511. OLE color: 4174511.

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

Color convert

RGB 175 178 63 -
CMYK 0.02 0 0.65 0.30
HSL 61.57º 0.48% 0.47% -
HSV(B) 61.57º 0.65% 0.7% -
XYZ 34.5 41.31 10.86 -
YUV 163.99 71.01 135.85 -
System Red Green Blue C M Y K H S L
Decimal 175 178 63 0.02 0 0.65 0.30 61.57 0.48 0.47
Hex AF B2 3F 2 0 41 1E 3E 30 2F
Octal 257 262 77 2 0 101 36 76 60 57
Binary 10101111 10110010 111111 10 0 1000001 11110 111110 110000 101111

Color Harmonies of #AFB23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB23F

Black with #AFB23F

Text Example


Text Example

White with #AFB23F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB23F; }

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

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

background-color css

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

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

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

border-color css

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

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

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