Html Css Color HEX #A28F3E Reef Gold

📋 copy color: '#A28F3E'

red 162 ◦ green 143 ◦ blue 62

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

Shades of Reef Gold #A28F3E

Tints of Reef Gold #A28F3E

RGB

 RED value IS 162 (63.67% from 255) = 44.14%

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

 BLUE value IS 62 (24.61% from 255) = 16.89%

R = 44.14%
G = 38.96%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A28F3E (or 0xA28F3E) is known color: Reef Gold. HEX triplet: A2, 8F and 3E. RGB value is (162,143,62). Sum of RGB (Red+Green+Blue) = 162+143+62=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 62 (24.61% from 255 or 16.89% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28F3E is #5D70C1. Grayscale: #8B8B8B. Windows color (decimal): -6123714 or 4100002. OLE color: 4100002.

HSL color Cylindrical-coordinate representation of color #A28F3E: hue angle of 48.6º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A28F3E is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 143 62 -
CMYK 0 0.12 0.62 0.36
HSL 48.6º 0.45% 0.44% -
HSV(B) 48.6º 0.62% 0.64% -
XYZ 25.59 27.67 8.55 -
YUV 139.45 84.29 144.09 -
System Red Green Blue C M Y K H S L
Decimal 162 143 62 0 0.12 0.62 0.36 48.6 0.45 0.44
Hex A2 8F 3E 0 C 3E 24 31 2D 2C
Octal 242 217 76 0 14 76 44 61 55 54
Binary 10100010 10001111 111110 0 1100 111110 100100 110001 101101 101100

Color Harmonies of #A28F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28F3E

Black with #A28F3E

Text Example


Text Example

White with #A28F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28F3E; }

 p { color: rgb(162,143,62); }

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

background-color css

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

 a { background-color: rgb(162,143,62); }

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

border-color css

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

 span { border-color: rgb(162,143,62); }

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