Html Css Color HEX #AF5537 Orange Roughy

📋 copy color: '#AF5537'

red 175 ◦ green 85 ◦ blue 55

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

Shades of Orange Roughy #AF5537

Tints of Orange Roughy #AF5537

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.98%

 BLUE value IS 55 (21.88% from 255) = 17.46%

R = 55.56%
G = 26.98%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF5537 (or 0xAF5537) is known color: Orange Roughy. HEX triplet: AF, 55 and 37. RGB value is (175,85,55). Sum of RGB (Red+Green+Blue) = 175+85+55=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5537 is #50AAC8. Grayscale: #6C6C6C. Windows color (decimal): -5286601 or 3626415. OLE color: 3626415.

HSL color Cylindrical-coordinate representation of color #AF5537: hue angle of 15º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF5537 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 85 55 -
CMYK 0 0.51 0.69 0.31
HSL 15º 0.52% 0.45% -
HSV(B) 15º 0.69% 0.69% -
XYZ 21.62 15.89 5.54 -
YUV 108.49 97.82 175.44 -
System Red Green Blue C M Y K H S L
Decimal 175 85 55 0 0.51 0.69 0.31 15 0.52 0.45
Hex AF 55 37 0 33 45 1F F 34 2D
Octal 257 125 67 0 63 105 37 17 64 55
Binary 10101111 1010101 110111 0 110011 1000101 11111 1111 110100 101101

Color Harmonies of #AF5537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5537

Black with #AF5537

Text Example


Text Example

White with #AF5537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5537; }

 p { color: rgb(175,85,55); }

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

background-color css

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

 a { background-color: rgb(175,85,55); }

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

border-color css

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

 span { border-color: rgb(175,85,55); }

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