Html Css Color HEX #A9533B Orange Roughy

📋 copy color: '#A9533B'

red 169 ◦ green 83 ◦ blue 59

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

Shades of Orange Roughy #A9533B

Tints of Orange Roughy #A9533B

RGB

 RED value IS 169 (66.41% from 255) = 54.34%

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

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

R = 54.34%
G = 26.69%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A9533B (or 0xA9533B) is known color: Orange Roughy. HEX triplet: A9, 53 and 3B. RGB value is (169,83,59). Sum of RGB (Red+Green+Blue) = 169+83+59=311 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.34% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 169 - color contains mainly: red. Hex color #A9533B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9533B is #56ACC4. Grayscale: #6A6A6A. Windows color (decimal): -5680325 or 3888041. OLE color: 3888041.

HSL color Cylindrical-coordinate representation of color #A9533B: hue angle of 13.09º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A9533B is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 83 59 -
CMYK 0 0.51 0.65 0.34
HSL 13.09º 0.48% 0.45% -
HSV(B) 13.09º 0.65% 0.66% -
XYZ 20.24 14.94 5.95 -
YUV 105.98 101.49 172.95 -
System Red Green Blue C M Y K H S L
Decimal 169 83 59 0 0.51 0.65 0.34 13.09 0.48 0.45
Hex A9 53 3B 0 33 41 22 D 30 2D
Octal 251 123 73 0 63 101 42 15 60 55
Binary 10101001 1010011 111011 0 110011 1000001 100010 1101 110000 101101

Color Harmonies of #A9533B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9533B

Black with #A9533B

Text Example


Text Example

White with #A9533B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9533B; }

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

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

background-color css

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

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

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

border-color css

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

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

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