Html Css Color HEX #A84833 Orange Roughy

📋 copy color: '#A84833'

red 168 ◦ green 72 ◦ blue 51

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

Shades of Orange Roughy #A84833

Tints of Orange Roughy #A84833

RGB

 RED value IS 168 (66.02% from 255) = 57.73%

 GREEN value IS 72 (28.52% from 255) = 24.74%

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

R = 57.73%
G = 24.74%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A84833 (or 0xA84833) is known color: Orange Roughy. HEX triplet: A8, 48 and 33. RGB value is (168,72,51). Sum of RGB (Red+Green+Blue) = 168+72+51=291 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.73% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 168 - color contains mainly: red. Hex color #A84833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84833 is #57B7CC. Grayscale: #626262. Windows color (decimal): -5748685 or 3360936. OLE color: 3360936.

HSL color Cylindrical-coordinate representation of color #A84833: hue angle of 10.77º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A84833 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 72 51 -
CMYK 0 0.57 0.70 0.34
HSL 10.77º 0.53% 0.43% -
HSV(B) 10.77º 0.7% 0.66% -
XYZ 19.06 13.2 4.67 -
YUV 98.31 101.3 177.71 -
System Red Green Blue C M Y K H S L
Decimal 168 72 51 0 0.57 0.70 0.34 10.77 0.53 0.43
Hex A8 48 33 0 39 46 22 B 35 2B
Octal 250 110 63 0 71 106 42 13 65 53
Binary 10101000 1001000 110011 0 111001 1000110 100010 1011 110101 101011

Color Harmonies of #A84833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84833

Black with #A84833

Text Example


Text Example

White with #A84833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84833; }

 p { color: rgb(168,72,51); }

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

background-color css

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

 a { background-color: rgb(168,72,51); }

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

border-color css

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

 span { border-color: rgb(168,72,51); }

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