Html Css Color HEX #AD533E Orange Roughy

📋 copy color: '#AD533E'

red 173 ◦ green 83 ◦ blue 62

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

Shades of Orange Roughy #AD533E

Tints of Orange Roughy #AD533E

RGB

 RED value IS 173 (67.97% from 255) = 54.4%

 GREEN value IS 83 (32.81% from 255) = 26.1%

 BLUE value IS 62 (24.61% from 255) = 19.5%

R = 54.4%
G = 26.1%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD533E (or 0xAD533E) is known color: Orange Roughy. HEX triplet: AD, 53 and 3E. RGB value is (173,83,62). Sum of RGB (Red+Green+Blue) = 173+83+62=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD533E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD533E is #52ACC1. Grayscale: #6B6B6B. Windows color (decimal): -5418178 or 4084653. OLE color: 4084653.

HSL color Cylindrical-coordinate representation of color #AD533E: hue angle of 11.35º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD533E is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 83 62 -
CMYK 0 0.52 0.64 0.32
HSL 11.35º 0.47% 0.46% -
HSV(B) 11.35º 0.64% 0.68% -
XYZ 21.2 15.42 6.42 -
YUV 107.52 102.32 174.71 -
System Red Green Blue C M Y K H S L
Decimal 173 83 62 0 0.52 0.64 0.32 11.35 0.47 0.46
Hex AD 53 3E 0 34 40 20 B 2F 2E
Octal 255 123 76 0 64 100 40 13 57 56
Binary 10101101 1010011 111110 0 110100 1000000 100000 1011 101111 101110

Color Harmonies of #AD533E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD533E

Black with #AD533E

Text Example


Text Example

White with #AD533E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD533E; }

 p { color: rgb(173,83,62); }

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

background-color css

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

 a { background-color: rgb(173,83,62); }

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

border-color css

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

 span { border-color: rgb(173,83,62); }

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