Html Css Color HEX #A68835 Reef Gold

📋 copy color: '#A68835'

red 166 ◦ green 136 ◦ blue 53

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

Shades of Reef Gold #A68835

Tints of Reef Gold #A68835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.93%

R = 46.76%
G = 38.31%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A68835 (or 0xA68835) is known color: Reef Gold. HEX triplet: A6, 88 and 35. RGB value is (166,136,53). Sum of RGB (Red+Green+Blue) = 166+136+53=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 53 (21.09% from 255 or 14.93% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A68835 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68835 is #5977CA. Grayscale: #878787. Windows color (decimal): -5863371 or 3508390. OLE color: 3508390.

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

Color convert

RGB 166 136 53 -
CMYK 0 0.18 0.68 0.35
HSL 44.07º 0.52% 0.43% -
HSV(B) 44.07º 0.68% 0.65% -
XYZ 25.17 25.97 7.05 -
YUV 135.51 81.44 149.75 -
System Red Green Blue C M Y K H S L
Decimal 166 136 53 0 0.18 0.68 0.35 44.07 0.52 0.43
Hex A6 88 35 0 12 44 23 2C 34 2B
Octal 246 210 65 0 22 104 43 54 64 53
Binary 10100110 10001000 110101 0 10010 1000100 100011 101100 110100 101011

Color Harmonies of #A68835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68835

Black with #A68835

Text Example


Text Example

White with #A68835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68835; }

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

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

background-color css

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

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

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

border-color css

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

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

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