Html Css Color HEX #A6883A Reef Gold

📋 copy color: '#A6883A'

red 166 ◦ green 136 ◦ blue 58

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

Shades of Reef Gold #A6883A

Tints of Reef Gold #A6883A

RGB

 RED value IS 166 (65.23% from 255) = 46.11%

 GREEN value IS 136 (53.52% from 255) = 37.78%

 BLUE value IS 58 (23.05% from 255) = 16.11%

R = 46.11%
G = 37.78%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A6883A (or 0xA6883A) is known color: Reef Gold. HEX triplet: A6, 88 and 3A. RGB value is (166,136,58). Sum of RGB (Red+Green+Blue) = 166+136+58=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6883A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6883A is #5977C5. Grayscale: #888888. Windows color (decimal): -5863366 or 3836070. OLE color: 3836070.

HSL color Cylindrical-coordinate representation of color #A6883A: hue angle of 43.33º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6883A is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 136 58 -
CMYK 0 0.18 0.65 0.35
HSL 43.33º 0.48% 0.44% -
HSV(B) 43.33º 0.65% 0.65% -
XYZ 25.29 26.02 7.69 -
YUV 136.08 83.94 149.34 -
System Red Green Blue C M Y K H S L
Decimal 166 136 58 0 0.18 0.65 0.35 43.33 0.48 0.44
Hex A6 88 3A 0 12 41 23 2B 30 2C
Octal 246 210 72 0 22 101 43 53 60 54
Binary 10100110 10001000 111010 0 10010 1000001 100011 101011 110000 101100

Color Harmonies of #A6883A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6883A

Black with #A6883A

Text Example


Text Example

White with #A6883A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6883A; }

 p { color: rgb(166,136,58); }

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

background-color css

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

 a { background-color: rgb(166,136,58); }

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

border-color css

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

 span { border-color: rgb(166,136,58); }

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