Html Css Color HEX #AF5438 Orange Roughy

📋 copy color: '#AF5438'

red 175 ◦ green 84 ◦ blue 56

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

Shades of Orange Roughy #AF5438

Tints of Orange Roughy #AF5438

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.67%

 BLUE value IS 56 (22.27% from 255) = 17.78%

R = 55.56%
G = 26.67%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF5438 (or 0xAF5438) is known color: Orange Roughy. HEX triplet: AF, 54 and 38. RGB value is (175,84,56). Sum of RGB (Red+Green+Blue) = 175+84+56=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5438 is #50ABC7. Grayscale: #6C6C6C. Windows color (decimal): -5286856 or 3691695. OLE color: 3691695.

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

Color convert

RGB 175 84 56 -
CMYK 0 0.52 0.68 0.31
HSL 14.12º 0.52% 0.45% -
HSV(B) 14.12º 0.68% 0.69% -
XYZ 21.56 15.74 5.64 -
YUV 108.02 98.65 175.78 -
System Red Green Blue C M Y K H S L
Decimal 175 84 56 0 0.52 0.68 0.31 14.12 0.52 0.45
Hex AF 54 38 0 34 44 1F E 34 2D
Octal 257 124 70 0 64 104 37 16 64 55
Binary 10101111 1010100 111000 0 110100 1000100 11111 1110 110100 101101

Color Harmonies of #AF5438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5438

Black with #AF5438

Text Example


Text Example

White with #AF5438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5438; }

 p { color: rgb(175,84,56); }

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

background-color css

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

 a { background-color: rgb(175,84,56); }

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

border-color css

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

 span { border-color: rgb(175,84,56); }

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