Html Css Color HEX #AD533B Orange Roughy

📋 copy color: '#AD533B'

red 173 ◦ green 83 ◦ blue 59

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

Shades of Orange Roughy #AD533B

Tints of Orange Roughy #AD533B

RGB

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

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

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

R = 54.92%
G = 26.35%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD533B (or 0xAD533B) is known color: Orange Roughy. HEX triplet: AD, 53 and 3B. RGB value is (173,83,59). Sum of RGB (Red+Green+Blue) = 173+83+59=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD533B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD533B is #52ACC4. Grayscale: #6B6B6B. Windows color (decimal): -5418181 or 3888045. OLE color: 3888045.

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

Color convert

RGB 173 83 59 -
CMYK 0 0.52 0.66 0.32
HSL 12.63º 0.49% 0.45% -
HSV(B) 12.63º 0.66% 0.68% -
XYZ 21.12 15.39 5.99 -
YUV 107.17 100.82 174.95 -
System Red Green Blue C M Y K H S L
Decimal 173 83 59 0 0.52 0.66 0.32 12.63 0.49 0.45
Hex AD 53 3B 0 34 42 20 D 31 2D
Octal 255 123 73 0 64 102 40 15 61 55
Binary 10101101 1010011 111011 0 110100 1000010 100000 1101 110001 101101

Color Harmonies of #AD533B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD533B

Black with #AD533B

Text Example


Text Example

White with #AD533B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD533B; }

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

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

background-color css

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

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

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

border-color css

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

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

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