Html Css Color HEX #A68F2D Reef Gold

📋 copy color: '#A68F2D'

red 166 ◦ green 143 ◦ blue 45

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

Shades of Reef Gold #A68F2D

Tints of Reef Gold #A68F2D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.4%

 BLUE value IS 45 (17.97% from 255) = 12.71%

R = 46.89%
G = 40.4%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A68F2D (or 0xA68F2D) is known color: Reef Gold. HEX triplet: A6, 8F and 2D. RGB value is (166,143,45). Sum of RGB (Red+Green+Blue) = 166+143+45=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68F2D is #5970D2. Grayscale: #8B8B8B. Windows color (decimal): -5861587 or 2985894. OLE color: 2985894.

HSL color Cylindrical-coordinate representation of color #A68F2D: hue angle of 48.6º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A68F2D is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 143 45 -
CMYK 0 0.14 0.73 0.35
HSL 48.6º 0.57% 0.41% -
HSV(B) 48.6º 0.73% 0.65% -
XYZ 26.02 27.94 6.5 -
YUV 138.71 75.12 147.47 -
System Red Green Blue C M Y K H S L
Decimal 166 143 45 0 0.14 0.73 0.35 48.6 0.57 0.41
Hex A6 8F 2D 0 E 49 23 31 39 29
Octal 246 217 55 0 16 111 43 61 71 51
Binary 10100110 10001111 101101 0 1110 1001001 100011 110001 111001 101001

Color Harmonies of #A68F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68F2D

Black with #A68F2D

Text Example


Text Example

White with #A68F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68F2D; }

 p { color: rgb(166,143,45); }

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

background-color css

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

 a { background-color: rgb(166,143,45); }

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

border-color css

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

 span { border-color: rgb(166,143,45); }

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