Html Css Color HEX #AF513D Orange Roughy

📋 copy color: '#AF513D'

red 175 ◦ green 81 ◦ blue 61

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

Shades of Orange Roughy #AF513D

Tints of Orange Roughy #AF513D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.55%

 BLUE value IS 61 (24.22% from 255) = 19.24%

R = 55.21%
G = 25.55%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF513D (or 0xAF513D) is known color: Orange Roughy. HEX triplet: AF, 51 and 3D. RGB value is (175,81,61). Sum of RGB (Red+Green+Blue) = 175+81+61=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF513D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF513D is #50AEC2. Grayscale: #6A6A6A. Windows color (decimal): -5287619 or 4018607. OLE color: 4018607.

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

Color convert

RGB 175 81 61 -
CMYK 0 0.54 0.65 0.31
HSL 10.53º 0.48% 0.46% -
HSV(B) 10.53º 0.65% 0.69% -
XYZ 21.46 15.34 6.24 -
YUV 106.83 102.14 176.63 -
System Red Green Blue C M Y K H S L
Decimal 175 81 61 0 0.54 0.65 0.31 10.53 0.48 0.46
Hex AF 51 3D 0 36 41 1F B 30 2E
Octal 257 121 75 0 66 101 37 13 60 56
Binary 10101111 1010001 111101 0 110110 1000001 11111 1011 110000 101110

Color Harmonies of #AF513D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF513D

Black with #AF513D

Text Example


Text Example

White with #AF513D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF513D; }

 p { color: rgb(175,81,61); }

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

background-color css

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

 a { background-color: rgb(175,81,61); }

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

border-color css

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

 span { border-color: rgb(175,81,61); }

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