Html Css Color HEX #A35233 Orange Roughy

📋 copy color: '#A35233'

red 163 ◦ green 82 ◦ blue 51

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

Shades of Orange Roughy #A35233

Tints of Orange Roughy #A35233

RGB

 RED value IS 163 (64.06% from 255) = 55.07%

 GREEN value IS 82 (32.42% from 255) = 27.7%

 BLUE value IS 51 (20.31% from 255) = 17.23%

R = 55.07%
G = 27.7%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A35233 (or 0xA35233) is known color: Orange Roughy. HEX triplet: A3, 52 and 33. RGB value is (163,82,51). Sum of RGB (Red+Green+Blue) = 163+82+51=296 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.07% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 163 - color contains mainly: red. Hex color #A35233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35233 is #5CADCC. Grayscale: #666666. Windows color (decimal): -6073805 or 3363491. OLE color: 3363491.

HSL color Cylindrical-coordinate representation of color #A35233: hue angle of 16.61º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A35233 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 82 51 -
CMYK 0 0.50 0.69 0.36
HSL 16.61º 0.52% 0.42% -
HSV(B) 16.61º 0.69% 0.64% -
XYZ 18.72 14.06 4.86 -
YUV 102.69 98.84 171.02 -
System Red Green Blue C M Y K H S L
Decimal 163 82 51 0 0.50 0.69 0.36 16.61 0.52 0.42
Hex A3 52 33 0 32 45 24 11 34 2A
Octal 243 122 63 0 62 105 44 21 64 52
Binary 10100011 1010010 110011 0 110010 1000101 100100 10001 110100 101010

Color Harmonies of #A35233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35233

Black with #A35233

Text Example


Text Example

White with #A35233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35233; }

 p { color: rgb(163,82,51); }

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

background-color css

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

 a { background-color: rgb(163,82,51); }

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

border-color css

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

 span { border-color: rgb(163,82,51); }

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