Html Css Color HEX #AF583B Orange Roughy

📋 copy color: '#AF583B'

red 175 ◦ green 88 ◦ blue 59

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

Shades of Orange Roughy #AF583B

Tints of Orange Roughy #AF583B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.33%

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

R = 54.35%
G = 27.33%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF583B (or 0xAF583B) is known color: Orange Roughy. HEX triplet: AF, 58 and 3B. RGB value is (175,88,59). Sum of RGB (Red+Green+Blue) = 175+88+59=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF583B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF583B is #50A7C4. Grayscale: #6E6E6E. Windows color (decimal): -5285829 or 3889327. OLE color: 3889327.

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

Color convert

RGB 175 88 59 -
CMYK 0 0.50 0.66 0.31
HSL 15º 0.5% 0.46% -
HSV(B) 15º 0.66% 0.69% -
XYZ 21.96 16.41 6.15 -
YUV 110.71 98.82 173.86 -
System Red Green Blue C M Y K H S L
Decimal 175 88 59 0 0.50 0.66 0.31 15 0.5 0.46
Hex AF 58 3B 0 32 42 1F F 32 2E
Octal 257 130 73 0 62 102 37 17 62 56
Binary 10101111 1011000 111011 0 110010 1000010 11111 1111 110010 101110

Color Harmonies of #AF583B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF583B

Black with #AF583B

Text Example


Text Example

White with #AF583B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF583B; }

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

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

background-color css

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

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

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

border-color css

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

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

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